humasect / vizBucket

Membase bucket migration demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

==
== To run the erlang server
==

1. Run the erlang shell script

   ./erl-dev.sh

2. Review the configuration in the file `./ebin/nsv.app'

3. Run the erlang application.

   nsv:start().

4. Navigate web browser to:

   http://localhost:8081/

==
== To re-export the html and javascript
==

1. You need a Common Lisp implementation.
   Only tested on SBCL right now.

2. Then link the asd files into your ~/.sbcl/systems directory:

   mkdir -p ~/.sbcl/systems
   ln -s humaweb.asd ~/.sbcl/systems
   ln -s vizbucket.asd ~/.sbcl/systems

3. At the shell, cd to the the directory with this file, run SBCL, and
   then at the REPL, type:

    (require :vizbucket)
    (vizbucket:output)

About

Membase bucket migration demo


Languages

Language:Erlang 53.7%Language:Common Lisp 21.4%Language:JavaScript 17.5%Language:Python 6.7%Language:Shell 0.6%