Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 1.17 KB

README.md

File metadata and controls

65 lines (44 loc) · 1.17 KB

tack_vagrant

Vagrant VM for TackRPI Team

  1. Install Git Bash shell (Windows only)

  2. Install VirtualBox

  3. Install Vagrant

  4. Install Ansible

  5. Clone tack_vagrant repository into ~

cd ~
git clone [email protected]:USERNAME/tack_vagrant.git
  1. Create ~/tack directory
mkdir ~/tack
  1. 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
  1. 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
  1. Start & provision Vagrant machine
cd ~/tack_vagrant
vagrant up --provision

Make yourself a cup of coffee - this will take some time.

  1. SSH into VM
vagrant ssh
  1. Ensure successful NFS mount
ls -la ~/code

Your development environment should now be entirely provisioned.