devstep
devstep copied to clipboard
Development environments powered by Docker and buildpacks
Hello! The line `L=$HOME/bin/devstep && curl -sL https://github.com/fgrehm/devstep-cli/releases/download/v0.4.0/linux_amd64 > $L && chmod +x $L` appears to be linux-only. I've tried installing devstep using homebrew but it doesn't seem to be...
hi again am about to run devstep again and am wondering the status of the "next" branch? https://github.com/fgrehm/devstep/tree/next
Hello @fgrehm, I love the idea of the project. I've been searching for an easy way to isolate my dev environment without tinkering with VM s or Dockerfiles and the...
Not all users are uid 1000, as your docs note. In latest version of Docker there is feature that would allow specifying which uid to use. Specifically Docker 1.10 supports...
since the last update of Devstep Drupal 7 install now complains on install about missing PHP extensions there is no composer.json in Drupal 7 and these extensions below are optional...
v1.0.0
BREAKING CHANGES: - baseimage: Removed PostgreSQL and MySQL clients - baseimage: Removed tmux - addons: Removed `docker` - buildpacks: Removed `bats` and `phantomjs` IMPROVEMENTS: - buildpacks/golang: Bump default Go to...
sorry to slam you with issues; I am trying to get the Discourse demo working and have a few issues reading from the video, both error, not sure which is...
Things have been working greatly for me over the past 2 years and it is about time to squash some known bugs and lock down the current feature set in...
Not everyone is going to use it so lets make it optional
I managed to get Drupal 7, Wordpress 4, Joomla 3.45 to installation stage on Devstep BUT Drupal 8 fails, its got a vendor folder and the Devstep PHP Buildpack logic...