Skip to content

DeveloperUtils/develshelper

Repository files navigation

develshelper

Useful tools for developers.

  • Code Snippets Manager
  • ...

Setup Development Environment

Linux

  1. Install VirtualBox
  2. Install vagrant
  3. Download composer if you haven't already
  4. Check out source code
  5. Run php composer.phar install
  6. Execute ./SETUP-DEV-ENVIRONMENT.sh
  7. Run vagrant up and wait till finished
  8. Navigate in your browser to http://develshelper.apache.dev/app_dev.php
  9. DONE. start development now ;)

Windows

  1. Install git
  2. Make sure the <git-install-dir>\usr\bin is in your path (or install ssh separately)
  3. Set core.autocrlf to true. Choose at install time or do it later with:
git config --local core.autocrlf true
  1. Install VirtualBox
  2. Install vagrant
  3. Check out source code
  4. Edit C:\Windows\System32\drivers\etc
  5. Open C:\Windows\System32\drivers\etc in explorer and edit hosts as administrator
  6. add following lines in there:
   192.168.56.170  develshelper.apache.dev www.develshelper.apache.dev
   192.168.56.171  develshelper.nginx.dev www.develshelper.nginx.dev
  1. save and done here
  2. Copy tools/vagrant/windows/nginx/puphpet and tools/vagrant/windows/nginx/Vagrantfile to root directory (directory there this README.md is)
  3. Open command line (cmd.exe) (or use PhpStorm vagrant support) in root directory and execute vagrant up
  4. execute vagrant ssh
  5. type cd /var/www/develshelper and
  6. composer install
  7. Navigate in your browser to http://develshelper.apache.dev/app_dev.php
  8. DONE. start development now ;)

About

Online Code or whatever Snippets Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published