-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
21 lines (14 loc) · 1.16 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
== Welcome on the Trombi
The Trombi is a very simple web-based application to manage lists of clubs, associations, ... members. An entry in the Trombi includes some basic ID information (name, email address, physical address, IM login...) and a picture.
== Getting Started
1. Use git to download the application fron GitHub
2. Copy database.yml.template and site.yml.template to database.yml and site.yml. Adapt database and site config files to your configuration.
3. Launch 'rake db:setup'
4. Launch 'rake db:seed' to add the first user (admin:password)
5. Lauch the application and connect to the Trombi with the admin user
6. Immediately change the password of the admin user !
== Why Trombi ?
Trombi is the beginning for the French word 'trombinoscope'. In French, a 'trombinoscope' is a document with a list of people (e.g. pupils) with their photographic portrait. A 'trombinoscope' is very useful to link a name with a face - especially in associations, classrooms when you meet many people...
== License
The Trombi application is released as is under the GNU/GPL v3 license.
It was developed by Pierre-Alain Bandinelli to manage lists of club members, association members...