In this log, I recorded the steps I took to install Raneto 0.7.1 with Node Version Manager (on Xubuntu and Archlinux)
This log was recorded because I have problem upgrading from 0.6 to 0.7.1
- Install Node Version Manager (NVM) – doc
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | NVM_DIR=/usr/local/nvm bash
- Install node version
4
– reference – yet-to-be-updated doc saidv0.10+
nvm install v4.2.1 nvm use v4.2.1
- Clone Raneto
git clone https://github.com/gilbitron/Raneto
- Install
cd Raneto npm install # run the following optional command if Raneto web pages were displayed incorrectly ./node_modules/gulp/bin/gulp.js
- Start
npm start
- Visit http://localhost:3000
Related
- nvm: Simple bash script to manage multiple active node.js versions
- Raneto: Markdown powered Knowledgebase for Nodejs
