Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 431 Bytes

installers.md

File metadata and controls

15 lines (11 loc) · 431 Bytes
#install jumpscale (CAREFUL, will remove /opt/*)
js 'c=j.tools.cuisine.get("ovh4");c.development.js8.install(reset=True)'

js 'c=j.tools.cuisine.get("ovh4");c.development.golang.install(reset=True)'

#get mongodb
js 'c=j.tools.cuisine.get("ovh4");c.apps.mongodb.install()'
#get ardb
js 'c=j.tools.cuisine.get("ovh4");c.apps.ardb.install()'

#get syncthing
js 'c=j.tools.cuisine.get("ovh4");c.apps.syncthing.install()'