mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
v1.98
This commit is contained in:
parent
991843acb0
commit
1683bcb3e5
5 changed files with 9 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# Upcoming Wekan release
|
# v1.98 2019-01-01 Wekan release
|
||||||
|
|
||||||
This release adds the following new features:
|
This release adds the following new features:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
|
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
|
||||||
appVersion: "v1.97.0"
|
appVersion: "v1.98.0"
|
||||||
files:
|
files:
|
||||||
userUploads:
|
userUploads:
|
||||||
- README.md
|
- README.md
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wekan",
|
"name": "wekan",
|
||||||
"version": "v1.97.0",
|
"version": "v1.98.0",
|
||||||
"description": "Open-Source kanban",
|
"description": "Open-Source kanban",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
|
||||||
appTitle = (defaultText = "Wekan"),
|
appTitle = (defaultText = "Wekan"),
|
||||||
# The name of the app as it is displayed to the user.
|
# The name of the app as it is displayed to the user.
|
||||||
|
|
||||||
appVersion = 199,
|
appVersion = 200,
|
||||||
# Increment this for every release.
|
# Increment this for every release.
|
||||||
|
|
||||||
appMarketingVersion = (defaultText = "1.97.0~2018-12-26"),
|
appMarketingVersion = (defaultText = "1.98.0~2019-01-01"),
|
||||||
# Human-readable presentation of the app version.
|
# Human-readable presentation of the app version.
|
||||||
|
|
||||||
minUpgradableAppVersion = 0,
|
minUpgradableAppVersion = 0,
|
||||||
|
|
|
||||||
|
|
@ -19,11 +19,11 @@ sudo useradd --user-group --system --home-dir /home/wekan wekan
|
||||||
sudo mkdir -p /home/wekan
|
sudo mkdir -p /home/wekan
|
||||||
sudo chown wekan:wekan /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
|
# 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
|
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
|
# OLD: Using Meteor 1.6.x version of Wekan
|
||||||
sudo -u wekan git clone https://github.com/wekan/wekan.git /home/wekan/app
|
#sudo -u wekan git clone https://github.com/wekan/wekan.git /home/wekan/app
|
||||||
|
|
||||||
sudo yum install -y ${BUILD_DEPS}
|
sudo yum install -y ${BUILD_DEPS}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue