diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-01-01 14:08:44 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-01-01 14:08:44 +0200 |
commit | 1683bcb3e5980d3af4a07c4bb22e534b98eff862 (patch) | |
tree | 4d6307502a43fd2b814aa04cfa559ab8234ceddb /stacksmith/user-scripts | |
parent | 991843acb06f535e197e40342ff22fda261021ae (diff) | |
download | wekan-1683bcb3e5980d3af4a07c4bb22e534b98eff862.tar.gz wekan-1683bcb3e5980d3af4a07c4bb22e534b98eff862.tar.bz2 wekan-1683bcb3e5980d3af4a07c4bb22e534b98eff862.zip |
v1.98v1.98
Diffstat (limited to 'stacksmith/user-scripts')
-rwxr-xr-x | stacksmith/user-scripts/build.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stacksmith/user-scripts/build.sh b/stacksmith/user-scripts/build.sh index c3b80eac..10823ab1 100755 --- a/stacksmith/user-scripts/build.sh +++ b/stacksmith/user-scripts/build.sh @@ -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} |