Skip to content

Commit

Permalink
Update files for 0.15.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
turtle0x1 committed Aug 6, 2022
1 parent df3c090 commit 3b67f96
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased
0.15.0 - 06/08/2022

Added
Index to Project Analytics Date Created column to improve load times (#501)
Expand Down
22 changes: 22 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,28 @@ systemctl restart httpd
```

## 0.14.X -> 0.15.0
```
# Make sure to read release notes on github for this release.
cd /var/www/LxdMosaic
git fetch
git checkout v0.14.0
npm i
composer install --no-dev
vendor/bin/phinx migrate -e mysql
# Restart node server - be careful may interupt console sessions
pm2 restart all
#Ubuntu
systemctl restart apache2
```

## 0.13.X -> 0.14.0
```
# We need to upgrade to node 14 if not done already, the easiest way is using "n"
Expand Down
2 changes: 1 addition & 1 deletion examples/install_with_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fi
# Move in LxdManager
cd /var/www/LxdMosaic || exit

git checkout v0.14.1
git checkout v0.15.0

npm install || exit $?

Expand Down

0 comments on commit 3b67f96

Please sign in to comment.