A super-barebones mini e-commerce website to demonstrate my ability in using Git, Symfony2, Doctrine, Vagrant and PHP5 (conforming to PSR standards).
- You have installed VirtualBox and Vagrant
First, clone this repository and change directory:
$ git clone https://github.com/lushc/mincommerce
$ cd mincommerce
Boot up the VM and SSH in:
$ cd vagrant
$ vagrant up && vagrant ssh
Once in, run the post-install script to download dependencies and set up the database:
$ cd /var/www/mincommerce
$ ./postinstall.sh
Navigate to 192.168.13.37 to view the website, or set up mincommerce.dev
in your hosts file.