Skip to content
h0pbeat edited this page Oct 8, 2013 · 6 revisions

This assumes a fresh installation of Ubuntu 12.04 LTS Server.

  1. Install git

sudo apt-get install git

  1. Add user for the deployment

sudo useradd -m sensibleDataPlatform

  1. In /home/sensibleDataPlatform clone the repository

git clone https://github.com/MIT-Model-Open-Data-and-Identity-System/SensibleData-Platform.git

  1. Deploy

sudo ./deploy.sh

Clone this wiki locally