Skip to content

ExSchoole/pocket_world

Repository files navigation

Codeship Status for ExSchoole/pocket_world

pocket_world

Follow this steps to try out our application:

- first of all, install jdk for java 7, maven 3, latest version of mysql
- create schema in postgres and grant all privileges for this schema to your postgres user
- make copy of application.properties.example file in your %HOME_DIRECTORY% and name it application.properties
- override properties for db.url, db.name and db.password
- download source code from this repo, after this you have several ways to follow:
    - navigate to repo`s root folder, execute mvn clean install and copy war file from pocket_world_application/target directory to webapps directory in tomcat, start tomcat
    - execute mvn clean tomcat7:run from repo`s root folder (useful when you want to edit velocity templates)
    - if you are an intellij idea user you can use tomcat 7 configuration to run application (useful for debugging)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published