Skip to content

Commit

Permalink
Update files for release
Browse files Browse the repository at this point in the history
  • Loading branch information
turtle0x1 committed Apr 12, 2020
1 parent a3cd307 commit 12266df
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased
0.7.0 - 12/04/2020

Added
Access control - This will break any existing scripts that you may have,
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# LXD Mosaic
<a href="https://github.com/turtle0x1/LxdMosaic/labels/more%20input%20required">I want <b>YOUR</b> input :loudspeaker:</a>
<a href="https://github.com/turtle0x1/LxdMosaic/labels/more%20input%20required">I want <b>YOUR</b> input :loudspeaker:</a>

<a href="https://github.com/turtle0x1/LxdMosaic/issues/new?assignees=&labels=&template=feature_request.md&title=">I want <b>YOUR</b> ideas :thought_balloon:</a>
<a href="https://github.com/turtle0x1/LxdMosaic/issues/new?assignees=&labels=&template=feature_request.md&title=">I want <b>YOUR</b> ideas :thought_balloon:</a>

I also like stars, I you find yourself that way inclinded :angel:


<img src="https://i.imgur.com/Rc2Hupi.png" width="428"> <img src="https://i.imgur.com/mRfbtOP.png" width="428">
<img src="https://i.imgur.com/vnhrSDW.png" width="428"> <img src="https://i.imgur.com/xHSjw3J.png" width="428">

<img src="https://i.imgur.com/AhkgYnG.png" width="428"><img src="https://i.imgur.com/dY3ArHg.png" width="428">
<img src="https://i.imgur.com/YRRWcsj.png" width="428"><img src="https://i.imgur.com/sj5pAYi.png" width="428">

## Documentation

Expand Down
21 changes: 21 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ You should only upgrade when a new version is tagged,
Restarting the `pm2` and `apache2` process may interupt running process please
be careful when upgrading!

## 0.6.X -> 0.7.0

```
cd /var/www/LxdMosaic
git fetch
git checkout v0.7.0
npm i
composer install
mysql < sql/0.7.0.sql
#Ubuntu
systemctl restart apache2
#Centos
systemctl restart httpd
```

## 0.6.0 -> 0.6.1

```
Expand Down
3 changes: 2 additions & 1 deletion examples/install_with_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ chown -R www-data:www-data /var/www/LxdMosaic/src/sensitiveData/backups
# Move in LxdManager
cd /var/www/LxdMosaic || exit

git checkout v0.6.1
git checkout v0.7.0

npm install

Expand All @@ -65,6 +65,7 @@ mysql < sql/0.2.0.sql
mysql < sql/0.3.0.sql
mysql < sql/0.5.0.sql
mysql < sql/0.6.0.sql
mysql < sql/0.7.0.sql


cp examples/lxd_manager.conf /etc/apache2/sites-available/
Expand Down
3 changes: 2 additions & 1 deletion examples/install_with_clone_centos7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ chown -R www-data:www-data /var/www/LxdMosaic/src/sensitiveData/backups
# Move in LxdManager
cd /var/www/LxdMosaic || exit

git checkout v0.6.1
git checkout v0.7.0

npm install

Expand All @@ -81,6 +81,7 @@ mysql < sql/0.2.0.sql
mysql < sql/0.3.0.sql
mysql < sql/0.5.0.sql
mysql < sql/0.6.0.sql
mysql < sql/0.7.0.sql


# Install a self-signed certificate as CentOS doesn't ship with one
Expand Down

0 comments on commit 12266df

Please sign in to comment.