Skip to content

TackRPI/tack_vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

5 Commits

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published