Skip to content

Windows Installation

Aaron Gray edited this page May 2, 2015 · 2 revisions

Install Node.js

https://nodejs.org/

Install Visual Studio 2010 Express

You need a Microsoft Account or to create one to download VS2010 Express

https://app.vssps.visualstudio.com/profile/review?download=true&family=VisualStudioCExpress&release=VisualStudio2010

Install Python27

https://www.python.org/downloads/release/python-279/

Install MongoDB

https://www.mongodb.org/

mkdir C:\data
mkdir C:\data\db
mkdir C:\data\log

Run MongoDB

Goto C:\Program Files\MongoDB\Server\3.0\bin

And run mongod.exe

Install node-gyp

npm install -g node-gyp

Clone the repository

git clone https://github.com/UKDemocracyOS/app.git

Create configuration file

copy config/defaults.json config/development.json

Install

make packages

Run

make run