Skip to content

Install from source without root

Gaspard d'Hautefeuille edited this page Apr 23, 2019 · 3 revisions

Quick install for development / debugging

  • Install nvm
  • source NVMPATH/nvm.sh for example source ~/.nvm/nvm.sh
  • nvm install v8.16.0
  • nvm use v8.16.0
  • nvm install-latest-npm
  • cd ~
  • Clone repo to home: git clone https://github.com/wekan/wekan.git
  • Install meteor (you can skip sudo by entering invalid password): curl https://install.meteor.com/ | sh
  • cd wekan/
  • ~/.meteor/meteor npm install --save babel-runtime xss meteor-node-stubs
  • ~/.meteor/meteor npm install --save bcrypt
  • ~/.meteor/meteor

When you get this output, wekan is ready:

=> Started your app.

=> App running at: http://localhost:3000/

Register new user for administrator

Wekan

General

Support priorities for new features and bugfixes

  1. Commercial Support
  2. Community Support
  3. Debugging

Security

Backup

Repair

Themes

Features

Email

Logs and Stats

Migrating

Required Settings

Download

Webservers

REST API Docs

REST API issue

REST API client code

Webhooks

Case Studies

Development

Issues

Clone this wiki locally