Skip to content

ProjectTangelo/box-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

keystonebox

Vagrant box for Tangelo's master server

Usage

Starting

Clone the frontend master server

git clone [email protected]:ProjectTangelo/frontend-poc.git ./server

Start vagrant and connect

vagrant up
vagrant ssh

Inside the virtual machine, install server dependancies

cd /vagrant/server
sudo npm install

Run the following command to start the server on http://33.33.33.10

cd /vagrant/server
sudo node tangelo
Syncing on windows

In order to sync on windows, run:

vagrant rsync

or to run a process that will watch the files and sync automatically:

vagrant auto-rsync

Stopping

You can run these commands to stop and destroy the virtual machine created by the previous commands once the ssh connection is terminated.

vagrant halt
vagrant -f destroy

About

Vagrant files for keystone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages