mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
v1.98
This commit is contained in:
parent
991843acb0
commit
1683bcb3e5
5 changed files with 9 additions and 9 deletions
|
|
@ -19,11 +19,11 @@ sudo useradd --user-group --system --home-dir /home/wekan wekan
|
|||
sudo mkdir -p /home/wekan
|
||||
sudo chown wekan:wekan /home/wekan/
|
||||
|
||||
# CURRENTLY BROKEN: meteor-1.8 branch that has newer Meteor that is compatible with MongoDB 4.x
|
||||
# sudo -u wekan git clone -b meteor-1.8 https://github.com/wekan/wekan.git /home/wekan/app
|
||||
# meteor-1.8 branch that has newer Meteor that is compatible with MongoDB 4.x
|
||||
sudo -u wekan git clone -b meteor-1.8 https://github.com/wekan/wekan.git /home/wekan/app
|
||||
|
||||
# Using Meteor 1.6.x version of Wekan
|
||||
sudo -u wekan git clone https://github.com/wekan/wekan.git /home/wekan/app
|
||||
# OLD: Using Meteor 1.6.x version of Wekan
|
||||
#sudo -u wekan git clone https://github.com/wekan/wekan.git /home/wekan/app
|
||||
|
||||
sudo yum install -y ${BUILD_DEPS}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue