forked from wekan/wekan
-
Notifications
You must be signed in to change notification settings - Fork 0
Install from source without root
Gaspard d'Hautefeuille edited this page Apr 23, 2019
·
3 revisions
- Install nvm
-
source NVMPATH/nvm.sh
for examplesource ~/.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
- About
- No UI major redesign
- Test Edge
- FAQ
- IRC FAQ - answers to questions asked at IRC
- Roadmap - board at Wekan demo
- Team
- Press
- Blog
- NOT related to Wekan
- Wekan vs Trello vs Restyaboard
- Features
- Custom Logo
- Gantt Chart
- Admin: Impersonate user
- Emoji etc syntax
- Numbered text syntax
- Time Tracking
- Subtasks <== Has fix
- Templates
- Archive and Delete
- Adding Users
- LDAP
- Keycloak
- Google login
- Azure
- OAuth2, Auth0, GitLab, RocketChat
- Oracle OIM on premise using OAuth2
- ADFS 4.0 using OAuth2 and OpenID
- Nextcloud
- CAS Please test
- SAML Please test
- IFTTT
- Custom Fields
- Due Date
- Forgot Password
- Requirements
- Translations
- Roadmap
- Fix Export board menu not visible on some boards
- Integrations
- RAM usage
- Demo
- Swimlane Documentation
- Wekan Markdown
- Download Wekan for various Platforms: Supported by xet7, Operating Systems, NAS, Cloud
- Example: New card with Python3 and REST API
- Python client to REST API
- Java
- Wekan Sandstorm cards to CSV using Python
- Excel and VBA
- Global Webhook
- Limiting Webhook data
- Receiving Webhooks
- Outgoing Webhook to Discord/Slack/RocketChat/Riot
- Outgoing Webhook to NodeRed
- Outgoing Webhook to PowerShell
- Security: Webhook and CA
- Outgoing Webhooks Data
- Outgoing Webhooks and Let's Encrypt
- Outgoing Webhooks Original Pull Request, multiple Webhooks, more parameters and response order