Skip to content

Commit

Permalink
Version bump to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
confuser committed Jul 17, 2020
1 parent f43ef83 commit 26169ca
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ This version of BanManager-WebUI is no longer maintained or supported. Please se

##### Preperation

1. Clone this repository into your Nginx/Apache document root:
1. Clone this repository into your Nginx/Apache document root:
`git clone https://github.com/BanManagement/BanManager-WebUI.git /var/www/banmanager`
1. Make sure cache is writeable:
`cd /var/www/banmanager`
`chmod 777 cache/`
1. Rename settingsRename.php to settings.php:
1. Make sure cache is writeable:
`cd /var/www/banmanager`
`chmod 777 cache/`
1. Rename settingsRename.php to settings.php:
`cp settingsRename.php settings.php`
1. Make sure settings file is writeable:
1. Make sure settings file is writeable:
`chmod 777 settings.php`
1. Open and adjust the settings and make sure you're adjusted `$settings['password']`.

Expand All @@ -50,13 +50,13 @@ In case you run into an `Invalid response from server` error, set `$settings['de
In case you want to help us and contribute to the project you need to compile the assets with the assistence of Grunt:

1. Make sure you've installed `node` and `npm`
1. Install Grunt, Bower and Linter and code checker:
1. Install Grunt, Bower and Linter and code checker:
`npm install -g grunt-cli bower jshint jscs`
1. Install all dependencies:
1. Install all dependencies:
`npm install`
1. Install web libraries:
1. Install web libraries:
`bower install`
1. Run grunt task to compile assets and start watching for local file changes:
1. Run grunt task to compile assets and start watching for local file changes:
`grunt dev`

If you want to commit your changes, exclude the `dev` argument.
Expand Down Expand Up @@ -101,4 +101,4 @@ You can find a working demo over here: http://bans.yeahwh.at

### Version

1.5.8
1.6.0
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.8
1.6.0
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BanManager-WebUI",
"version": "1.5.8",
"version": "1.6.0",
"description": "Web interface for BanManager",
"authors": [
"James Mortemore",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "banmanager-webui",
"version": "1.5.8",
"version": "1.6.0",
"description": "Web interface for BanManager",
"repository": {
"type": "git",
Expand Down

0 comments on commit 26169ca

Please sign in to comment.