-
Notifications
You must be signed in to change notification settings - Fork 15
Windows Demeteorizer
Cooper Filby edited this page Oct 9, 2017
·
2 revisions
To build a production release of SparkEd for Windows, we'll need to install a few additional tools. In the future demeteorized releases for Windows may be made available directly from the SparkEd repository with regular releases.
- Download git from Git Download
- Follow instructions
- Go to meteor download page and download the meteor installer
- Double click on the installer and follow the instructions to install
- You can create a meteor developer account, I decided to skip for this guide.
- Click
Close - Right Click on
Computer, the click onProperties - Click on
Advanced system settings - Click on
Environmental Variables - Edit the
PATHvariable by removing the ending\on the meteor path
Before:c"\Users\<username>\AppData\Local\.meteor\
After:c"\Users\<username>\AppData\Local\.meteor - Click
OKandOKand finallyOK
- Go to visual studio community download page and download the community edition
According to meteor forums it is needed for command line build tools. - Double click on the installer and follow instructions
Python is needed as part of the building Fibers
- Download Python 2.7.x from python download 3.x is not supported
- Customize Python and select
Add python.exe to Pathon theCustomize Python 2.7.xdialog box - Click
Next
- On command prompt:
npm install -g which - Run:
which node - Cd into the directory that
node.exeis contained:cd "C:\Program Files\nodejs\node_modules\npm" - Run:
npm install -g node-gyp@latest
- Open command prompt
- Run:
npm install -g demeteorizer
With Demetoerizer installed, we can now proceed to configuring the SparkEd user account.