#web-base
#What? Web-Base is a little project that tries to provide a basic PHP enviroment for developers.
It uses various technologies:
#How to devel?
- Download the zip file
- Decompress it
- Enter the directory
vagrant up
- Point a browser to 10.0.0.100
- Edit files in web directory
#How to deploy?
- Get the files into the server ( git / s3 / drive / ... )
bash install.sh -e server
#How to change roles in server enviroment? For the server install we use the setup_server.yml file instead of the setup_dev.yml one. So you can change there whatever you need to be different in the server env. Ex. do not install DDBB or Queue server.