Giter Site home page Giter Site logo

colosseum's Introduction

Build Status

Colosseum

Installation (dev)

Dependencies:

  • play-framework 2.3.9
  • a hibernate compatible database (the following sections will use mysql)
  • JDK 8
  1. Install the play framework as described under http://www.playframework.com/documentation/2.3.x/Installing.
  2. Install mysql and setup a database and a user for the application.
  3. git-clone the repository.
[email protected]:cloudiator/colosseum.git
  1. Create a configuration file like below which will hold your database configuration, e.g. dev.conf.
include "application.conf"

# Secret key
# ~~~~~
# The secret key is used to secure cryptographics functions.
# If you deploy your application to several instances be sure to use the same key!
application.secret="A_VERY_SECRET_KEY"

# Database configuration
# ~~~~~
db.default.driver=org.mariadb.jdbc.Driver
db.default.url="mysql://dbUser:dbPassword@localhost/dbName"
  1. Switch to the root of your clone and run
activator -Dconfig.file=/path/to/your/config.conf run
  1. Play starts the application and the server is available at http://localhost:9000

Installation and Building (prod)

  1. Follow steps 1-4 of the Installation guide above.
  2. Run "activator clean dist" to build the project.
  3. Unzip the dist file at target/universal/colosseum-{version}.zip
  4. Run the application
bin/colosseum -Dconfig.file=/path/to/your/config.conf
  1. Colloseum should be available at localhost:9000

Usage

If you access the frontend at http://localhost:9000/login you will be asked to provide a password.

A default user is available:

username: [email protected] password: admin tenant: admin

Documentation

Documentation can be found here

Contact

Daniel Baur (University of Ulm) daniel.baur(at)uni-ulm.de

colosseum's People

Contributors

dbaur avatar jodoma avatar seybi87 avatar volkaoth avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.