mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
19 lines
347 B
Markdown
19 lines
347 B
Markdown
![]() |
# Installation
|
||
|
|
||
|
* Install node.js
|
||
|
* Install npm
|
||
|
* Clone meteor:
|
||
|
* cd ~/dev
|
||
|
* git clone git://github.com/meteor/meteor.git
|
||
|
* Switch to auth branch:
|
||
|
* cd meteor
|
||
|
* git checkout auth
|
||
|
* Install meteor:
|
||
|
* ./install.sh
|
||
|
* Clone MeteorGrid
|
||
|
* cd ~/dev
|
||
|
* git clone git://github.com/TroyGoode/MeteorGrid.git
|
||
|
* Run
|
||
|
* cd MeteorGrid
|
||
|
* meteor
|