Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

papertrailio/vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant

To use this image you simply clone the github repo and cd into it.

Then type 'vagrant up' to create the box. (Please note that the first time you run this box it may download the ubuntu image, which can take a while)

In order to pull in the dependencies you will need to have a <project_root>/src/webclient folder with the relevant package.json file in it.

Then you should be able to remote into the box using 'vagrant ssh' and it should have placed you in the correct folder to simply type 'grunt serve' and you're away.

The ports forwarded are 9027=>9027 which means that once your grunt application (running on port 9027) is done serving then you just need to connect to localhost:9027 on the host machine and you are away.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages