Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.17 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.17 KB

TeaBo

(Acronym for "team board") is an online collaboration platform for collecting ideas and brainstorming. This is a project of students of the Beuth Hochschule für Technik Berlin, University of Applied Sciences and still under development - check out our project website!

TeaBo is open source and released under the terms of the Eclipse Public License 1.0(EPL)

Get Code

clone repository to TARGET_DIR using

$ cd /TARGET_DIR
$ git clone https://github.com/Qyotta/TeaBo.git

Prerequesits

Develop

The teabo-logger is an example module which describes how a module can be build.

Install

In a console, type

$ cd /TARGET_DIR/TeaBo/
$ sh install.sh

Deployment

  • start mongodb

In a console, type

$ cd /TARGET_DIR/TeaBo/
$ node app.js

Open your browser and navigate to http://localhost:3000/. To deploy it on your server, just change the server path credentials in the package.json.