You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.
NPM (doesn't require sudo if node installed as above into ~/local)
curl http://npmjs.org/install.sh | sh
Calipso
npm install calipso -g
This will install calipso in global mode, which will ensure that the command line client is installed (calipso), and all core dependencies are met. On a slow PC (e.g. an Amazon micro instance) this can take some time as much of it will be compiled (expresso / jscoverage particularly).
If you intend to be working with Calipso, it is a good idea to install expresso globally (e.g. npm install expresso -g), to avoid recompilation.
Once successful, you can complete the final steps:
calipso site ExampleSite
cd ExampleSite
calipso server
Now browse to your server, http://localhost:3000, the default username / password is admin / password.