Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Installing Calipso

srsgores edited this page Dec 28, 2012 · 6 revisions

Installing Calipso

Ubuntu

Lucid from Scratch

OSX

TODO - anyone?

Windows

Installation of Calipso on Windows machines is now possible. To install on Windows systems, start by downloading nodejs, and then open a powershell. On Windows 8, press the Start button on your keyboard, and type in "power", selecting "Windows PowerShell". Then type in:

npm install -g calipso

The dependencies should then install, taking up to around five minutes to install.

Proceed to testing by typing in:

calipso site siteName

In a directory of your choice. If this is successful, you should be ready to start using calipso.

Amazon EC2

I have now created an AMI on Amazon EC2, just search for calipso-nodejs, it will run on the free micro instance. Simply create an instance, login, then:

cd ~/ExampleSite
calipso server

Then you should be able to browse to it via http://server:3000/. I have already installed all of the dependencies for core, so it should all just work. I will keep this up to date if people are interested.

Clone this wiki locally