js_shell j.tools.markdowndocs.webserver()
Redis
sudo apt install redis-server
Lua
sudo apt install luarocks moonscript
Openresty
wget -qO - https://openresty.org/package/pubkey.gpg | sudo apt-key add -
sudo apt-get -y install software-properties-common
sudo add-apt-repository -y "deb http://openresty.org/package/ubuntu $(lsb_release -sc) main"
sudo apt-get update
sudo apt-get install openresty
Lapis
luarocks install lapis
luarocks install --server=http://rocks.moonscript.org/manifests/leafo lapis-redis
Make sure weblibc is up2date
ssh://git@github.com/threefoldtech/jumpscale_weblibs.git
i.e in ~/code/github/threefoldtech/jumpscale_weblibs
Make sure you have a symlink in lapius-wiki/static for weblibc
cd static && ln -s ~/code/github/threefoldtech/jumpscale_weblibs/weblibc weblibc
Make sure redis is running service redis-server start
lapis server