Skip to content
This repository has been archived by the owner on Nov 27, 2021. It is now read-only.

1. Developers

Rizart Dokollari edited this page Jun 5, 2015 · 3 revisions

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
Clone this wiki locally