Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tapionx committed Jun 25, 2014
1 parent 9cceb3a commit d3bb825
Showing 1 changed file with 44 additions and 2 deletions.
46 changes: 44 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,46 @@
bureau_manager
==============
==================
Gestione delle segreterie della Route Nazionale 2014:
- segreteria centrale
- segreterie sottocampo
- segreteria OneTeam

Installazione
=============
Requisiti:

* virtualenv (consigliato ma non obbligatorio)
* python 2
* django 1.7

Procedura di installazione:

```sh
sudo apt-get install virtualenvwrapper
mkvirtualenv rn-bureau_manager
git clone [email protected]:route-nazionale/bureau_manager.git
cd bureau_manager
pip install -r requirements.txt
cp bureau_manager/settings_dist.py bureau_manager/settings.py
```

Per avviare il server di sviluppo, non adatto per il deploy:

```sh
# per entrare nel virtualenv
workon rn-bureau_manager
cd bureau_manager
python manage.py runserver

# per uscire dal virtualenv
deactivate
```

Il repository contiene un DB sqlite che ha dentro alcuni dati di test.

Per visualizzare e modificare i dati, utilizzate la comoda interfaccia di admin di django.

http://localhost:8000/admin

Potete accedere con nome utente 'admin' e password 'admin'

This software will help to organize the central bureau, the access bureau and OneTeam bureau

0 comments on commit d3bb825

Please sign in to comment.