Skip to content

Releases: michaloo/dockerpresso

More significant enhancements

03 Oct 21:57
Compare
Choose a tag to compare

REQUIRES MIGRATION (see below)

Couple more significant enhancements:

  • rolled back to use local directory for Wordpress files 🤦
    It's just too convenient to have easy access to any Wordpress file in code editor, even if it seems like antipattern, but ease of development is primary goal of dockerpresso.
    Wordpress files will be now available in wordpress_directory.
  • this resolved a problem cause by trying to download Wordpress on every up
  • added WORDPRESS_VERSION env variable to control which version of Wordpress is used
  • updated and improved overall documentation

MIGRATION

Existing projects should be rebuild by running following commands.
THIS WILL OVERWRITE all dockerpresso files and custom changes needs manual porting.

# make sure latest version of dockerpresso is installed
dockerpresso destroy
dockerpresso init
# edit docker-compose.yml and optionally other files since they were just overwritten
dockerpresso up

Smaller improvements

01 Oct 17:50
Compare
Choose a tag to compare
  • don't mount volume to local directory - which can be changed breaking some commands
  • add this changelog file

Fix comment

29 Sep 21:53
Compare
Choose a tag to compare

Hotfix for broken comment.

Simplified and refactored version

29 Sep 21:45
32cf08d
Compare
Choose a tag to compare

This release simplifies dockerpresso:

  • no other dependencies than bash
  • dockerpresso is supposed to be installed in /usr/local/bin or similar place instead of in each project
  • no separate templates files, everything is in one bash script
  • no custom docker images or installers, I know I already wrote that, but this is just a single bash script now
  • commands simplified and reworked for easier usage
  • documentation slightly updated