-
Notifications
You must be signed in to change notification settings - Fork 307
Installing Calipso
TODO - anyone?
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.
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.