Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 407 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 407 Bytes

openbus

git clone https://github.com/Samisdat/openbus.git ./some/path/

cd ./some/path/

git submodule init

git submodule update

npm install

npm install q

mkdir ./data/cache

cd cli

node fetchallstadions.js

Maybe you want chown or chomd

./data/cache

cd ../

change in app.js (end of file)

http.createServer(app).listen(app.get('port'), 'YOUR IP OR HOSTNAAME', function(){

node app.js