Vagrant VM for TackRPI Team
-
Clone tack_vagrant repository into
~
cd ~
git clone [email protected]:USERNAME/tack_vagrant.git
- Create
~/tack
directory
mkdir ~/tack
- Clone & configure tack_express
cd ~/tack
git clone [email protected]:USERNAME/tack_express.git
cd tack_express
git remote add upstream [email protected]:TackRPI/tack_express.git
- Clone & configure tack_ionic
cd ~/tack
git clone [email protected]:USERNAME/tack_ionic.git
cd tack_ionic
git remote add upstream [email protected]:TackRPI/tack_ionic.git
- Start & provision Vagrant machine
cd ~/tack_vagrant
vagrant up --provision
Make yourself a cup of coffee - this will take some time.
- SSH into VM
vagrant ssh
- Ensure successful NFS mount
ls -la ~/code
Your development environment should now be entirely provisioned.