Browse Source

Fix files and add run script

master
Gisle Aune 8 years ago
parent
commit
c444eacdf5
  1. 2
      .gitignore
  2. 3
      config.json
  3. 6
      run.sh
  4. 2
      www-root/index.html

2
.gitignore

@ -1,3 +1,5 @@
data/
node_modules/
access.log
screenlog.0
config.json

3
config.json

@ -1,3 +0,0 @@
{
"port": 8000
}

6
run.sh

@ -1,2 +1,4 @@
pkill node
node .
sudo kill `cat /tmp/server-main.pid` 2>/dev/null
sudo node . &
echo $! >/tmp/server-main.pid

2
www-root/index.html

@ -6,7 +6,9 @@
<meta charset="utf-8" />
<meta name="HandheldFriendly" content="true"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Name Generator for Mass Effect, Dragon Age and Elder Scrolls. It is fan-made, and the developer is not in any way affiliated with the developers and publishers behind those amazing franchises. Uses open-source name generator engine, ngn4">
<meta name="Description" content="Name Generator for Mass Effect, Dragon Age and Elder Scrolls. It is fan-made, and the developer is not in any way affiliated with the developers and publishers behind those amazing franchises. Uses open-source name generator engine, ngn4">
<meta name="google-site-verification" content="wCnCVeYckPWhEPRBv2ftVc6G3BixNF4Ib04B7pHLwFU" />
<script src="/js/jquery.js"></script>
<script src="/js/ngn4-0.4.1.js"></script>
<script src="/js/page.js"></script>

Loading…
Cancel
Save