Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 824 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 824 Bytes

Symfony Tunisia Community

SensioLabsInsight

Install using Vagrant

From the host

git clone https://github.com/SymfonyTunisia/web-site.git
cd web-site
vagrant up
vagrant ssh

Inside the VM

cd /var/www/stc
composer update
make install

Edit your hosts file (/etc/hosts) and add :

192.168.56.103  stc.dev www.stc.dev

You can now access project page at

https://stc.dev/ (prod env)

https://stc.dev/app_dev.php (dev env)

http://www.stc.dev:1080/ (mailcatcher)

Admin Mysql : adminer