1. Developers - sass-team/sass-app GitHub Wiki
Set up Dev Machine
We're using vagrant to make the development environment of SASS easier and faster to set up.
It will set up a approximate virtual LAMP stack as used by the SASS App production server: Centos 6.5, Apache Web Server, MYSQL Database Server , PHP5.5. It will automatically set up the database structure of the SASS App.
git clone [email protected]:sass-team/sass-app.git
- Install Vagrant
- Install VirtualBox
- At the root location of the sass-app you cloned run:
vagrant up
- Copy .env.php.example to .env.php
- Add to your hosts file:
192.168.3.7 sass.app
- Windows Location: "C:\Windows\System32\drivers\etc\hosts"
- Linux/Max Location: /etc/hosts
- default dev database name created automatically: sass_dev
To connect to the mysql database using ssh:
- hostname: 127.0.0.1:220
- username: vagrant
- password: vagrant