This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
compte-agglo-montpellier/README

30 lines
658 B
Plaintext
Raw Normal View History

2013-04-12 16:08:56 +02:00
How to start
============
To work on compte-agglo-montpellier just execute the following line (command
2013-04-12 16:08:56 +02:00
to launch start with $, other lines are expected output)::
$ ./start.sh
2013-04-12 16:08:56 +02:00
The application is now usable at http://localhost:8000/
How to save users settings
==========================
2014-01-21 12:34:31 +01:00
$ ./run.sh dumpdata -n portail_citoyen.citoyen saml.libertyfederation
2013-07-31 14:37:50 +02:00
feed_plugin.feedpreference portail_citoyen_announces.subscription >user-datas.json
To load them
$ ./run.sh loaddata user-datas.json
Settings
========
Those variable must be environment variables:
PORTAIL_CITOYEN_TEMPLATE_VARS_SITE_AGGLO_MONTPELLIER
URL of the main agglo site
2014-01-21 12:34:31 +01:00