mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
- Use meteor 1.8.x, because Stacksmith uses MongoDB 4.0.3.
Thanks to xet7 !
This commit is contained in:
parent
2fbcf7e9b6
commit
23fb2bfc7f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ sudo useradd --user-group --system --home-dir /home/wekan wekan
|
|||
sudo mkdir -p /home/wekan
|
||||
sudo chown wekan:wekan /home/wekan/
|
||||
|
||||
sudo -u wekan git clone https://github.com/wekan/wekan.git /home/wekan/app
|
||||
sudo -u wekan git clone -b meteor-1.8 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