Skip to content

Commit

Permalink
added submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjadhossain committed Aug 22, 2018
1 parent 6210c54 commit b525f8b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 0 additions & 1 deletion metaterran
Submodule metaterran deleted from f35b24
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/cypress run --headed",
"init": "cd box/metaterran && npm install",
"build": "gatsby build",
"develop": "gatsby develop",
"destroy-vm": "vagrant destroy",
Expand Down
10 changes: 6 additions & 4 deletions wiki/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@

See [dependencies](./Dependencies).

## 3. Build the application
## 2. Build the application

`node run build`
1. `git submodule init`
2. `node run init`
3. `node run build`

## 2. Boot the virtual machine
## 3. Boot the virtual machine

`node run boot-vm`

## 3. Visit locally hosted Gatsby Application
## 4. Visit locally hosted Gatsby Application

`open http://192.168.56.95`

0 comments on commit b525f8b

Please sign in to comment.