Skip to content
jacques edited this page Sep 23, 2014 · 1 revision

Imperator assumes a default installation location of /opt/sphonic/imperator. Once you have created a fresh SmartOS instance to host your imperator instance, you need to install some packages:

pkgin -y in git mongodb
mkdir /opt/sphonic
git clone https://github.com/Sphonic/imperator.git
cd /opt/sphonic/imperator
npm install
npm install bower
./node_modules/.bin/bower install --allow-root

Import the SMF manifest:

svcadm import manifest.xml

Enable the imperator service:

svcadm enable imperator

Clone this wiki locally