- Fork the repository.
- Clone the forked application
git clone [email protected]:your-github-id/platform.git faces.my
- Navigate to the project directory
cd faces.my
- Run
git remote add upstream [email protected]:jomweb/platform.git
- Run
git fetch —all
. - Run
vagrant up
(you need to make sure both Vagrant and VirtualBox are installed). - Setup a host alias to point to
192.168.50.100 faces.app
using/etc/hosts
on Mac OSX or it’s equivalents.
To update composer, just run the following command:
$ vagrant ssh -c "cd /vagrant && composer install —prefer-dist"
To run project database schema migration, just run the following commnad:
$ vagrant ssh -c "php /vagrant/artisan migrate"