Install Raneto 0.7.1 with nvm

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

  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
    
  2. Install node version 4reference – yet-to-be-updated doc said v0.10+
    nvm install v4.2.1
    nvm use v4.2.1
    
  3. Clone Raneto
    git clone https://github.com/gilbitron/Raneto
    
  4. Install
    cd Raneto
    npm install
    # run the following optional command if Raneto web pages were displayed incorrectly
    ./node_modules/gulp/bin/gulp.js
    
  5. Start
    npm start
    
  6. Visit http://localhost:3000

Related

  • nvm: Simple bash script to manage multiple active node.js versions
  • Raneto: Markdown powered Knowledgebase for Nodejs
Raneto with no gulp.js run
Raneto with no gulp.js run
Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: