Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

codecentric/thot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Welcome to the Open Space Software Development at XP Days Germany 2012

Setting up the development environment

Prerequisites

The software itself is Java/Maven, so you'll need these and an IDE installed. Eclipse is preferred and we also added a setup task for Eclipse (see below). If you want to run the app on your local machine, you need a MySQL installation at hand (checkout http://dev.mysql.com/downloads/).

Environments

Continuous Delivery Server (Jenkins) http://54.234.25.225/jenkins

Test instance http://bit.ly/xdde-12-test

Prod instance: http://bit.ly/xdde-12-prod

Setting things up

When you checked out the project, just go to the thot-env directory and execute

./init-env.sh

This will download a tomcat, extract it into thot-env/target and will setup a admin user to enable deployments with the Cargo plugin (http://cargo.codehaus.org/Maven2+plugin).

Then, go into the thot-app directory and execute

mvn eclipse:eclipse

Finally you need to setup a database and the appropriate user. This can be done in the same directoy with the command

mysql -u root -p < src/main/resources/sql/init-db.sql

After that, simply import the project into Eclipse, add the Tomcat to your Servers tab and you're ready to get started.

Git repo in USB

There's a USB with the git repo. Ask for it ;) !

Further information

For further information on setting up your local development environment please see: https://sites.google.com/site/openspacesoftwaredevelopment/

Screencast

About

A helpful mobile tool for sharing information during conferences

Resources

Stars

Watchers

Forks

Packages

No packages published