Browse Source

Set sitename

Michael Schwarz 9 years ago
parent
commit
8ae97f1ff1
2 changed files with 3 additions and 3 deletions
  1. 1 1
      INSTALL
  2. 2 2
      config.json

+ 1 - 1
INSTALL

@@ -7,5 +7,5 @@ sh install.sh
 cd /path/to/map
 npm install
 npm install bower grunt-cli
-node_modules/bower/bin/bower install
+node_modules/bower/bin/bower install --allow-root
 node_modules/grunt-cli/bin/grunt

+ 2 - 2
config.json

@@ -1,5 +1,5 @@
 {
-  "cityname": "Gotham City",
-  "sitename": "gothamcity.freifunk.net",
+  "cityname": "Freifunk Paderborn",
+  "sitename": "paderborn.freifunk.net",
   "url": "/"
 }