@@ -17,14 +17,14 @@ This version of BanManager-WebUI is no longer maintained or supported. Please se
1717
1818##### Preperation
1919
20- 1 . Clone this repository into your Nginx/Apache document root:
20+ 1 . Clone this repository into your Nginx/Apache document root:
2121 ` git clone https://github.com/BanManagement/BanManager-WebUI.git /var/www/banmanager `
22- 1 . Make sure cache is writeable:
23- ` cd /var/www/banmanager `
24- ` chmod 777 cache/ `
25- 1 . Rename settingsRename.php to settings.php:
22+ 1 . Make sure cache is writeable:
23+ ` cd /var/www/banmanager `
24+ ` chmod 777 cache/ `
25+ 1 . Rename settingsRename.php to settings.php:
2626 ` cp settingsRename.php settings.php `
27- 1 . Make sure settings file is writeable:
27+ 1 . Make sure settings file is writeable:
2828 ` chmod 777 settings.php `
29291 . Open and adjust the settings and make sure you're adjusted ` $settings['password'] ` .
3030
@@ -50,13 +50,13 @@ In case you run into an `Invalid response from server` error, set `$settings['de
5050In case you want to help us and contribute to the project you need to compile the assets with the assistence of Grunt:
5151
52521 . Make sure you've installed ` node ` and ` npm `
53- 1 . Install Grunt, Bower and Linter and code checker:
53+ 1 . Install Grunt, Bower and Linter and code checker:
5454 ` npm install -g grunt-cli bower jshint jscs `
55- 1 . Install all dependencies:
55+ 1 . Install all dependencies:
5656 ` npm install `
57- 1 . Install web libraries:
57+ 1 . Install web libraries:
5858 ` bower install `
59- 1 . Run grunt task to compile assets and start watching for local file changes:
59+ 1 . Run grunt task to compile assets and start watching for local file changes:
6060 ` grunt dev `
6161
6262If you want to commit your changes, exclude the ` dev ` argument.
@@ -101,4 +101,4 @@ You can find a working demo over here: http://bans.yeahwh.at
101101
102102### Version
103103
104- 1.5.8
104+ 1.6.0
0 commit comments