Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 925 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 925 Bytes

#web-base

#What? Web-Base is a little project that try to provide a basic php enviroment for developers.

It uses varius tecnologies:

#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.