Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/merlinstardust/betamore-node-vm
Vagrant virtual machine for Betamore Full Stack course
https://github.com/merlinstardust/betamore-node-vm
Last synced: 15 days ago
JSON representation
Vagrant virtual machine for Betamore Full Stack course
- Host: GitHub
- URL: https://github.com/merlinstardust/betamore-node-vm
- Owner: merlinstardust
- Created: 2016-03-08T19:26:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-08T19:43:41.000Z (almost 9 years ago)
- Last Synced: 2024-11-12T18:48:37.122Z (2 months ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
1. `mkdir betamore`
1. `cd betamore`
1. `git clone https://github.com/merlinpatt/betamore-node-vm.git`
1. `cd betamore-node-vm`
1. [Install vagrant](https://www.vagrantup.com/downloads.html)
1. `vagrant up`## Use
1. `vagrant ssh`
1. `cd /betamore`
1. `cd` into the project you'll be coding on
1. `npm install`
1. Code on your host machine
1. Commit on your host machine or on the vm