tuvokki / pleague

A league system for the company fußball
0 stars 3 forks source link

Build Status

pleague

A league system for the company fußball

Development

Install a local version of the 1.3 version of Meteor

Clone a version of the repo to your development computer

cd \your\devel\dir\

git clone git@github.com:tuvokki/pleague.git (or use the github GUI tool)

Install npm dependencies and run the meteor command in the directory

cd pleague

npm install

meteor

This creates a bunch of outputs which end with:

image

You have just started a local mongoDB and the meteor server. Open a browser on http://localhost:3000/ and see (a totally empty) application.

On first boot a user called admin with a password of secret is created for you.

(todo: create an issue to not hardcode the password...)