Partimana
Partimana is a simple Java Swing application that helps you managing camps and their participants. It’s hosted on github.
Getting started
- Download partimana
- Extract the contents of the zip-file to a directory of your choice
- Create a database in your MySQL database using
partimana.sql
- Add
db.properties
toconfig
folder, that looks like this:
# url to the jdbc database. Use correct host, port and database for being lucky!
db.url = jdbc:mysql://localhost:1234/database?useUnicode=true&characterEncoding=utf8
# enter the user for the database here
db.user = databaseUser
# enter your password here
db.password = secretPassword
- Start your database
- Run the
partimana.bat
on Windows orpartimana.sh
on Unix
Don’t hesitate to contact me!
it follows an ad