2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +00:00

Merge branch 'master' of ssh://expo.survex.com/~/troggle

This commit is contained in:
Sam Wenham 2019-07-09 10:41:21 +01:00
commit d6053322e8
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Troggle is an application for caving expedition data management, originally created for use on Cambridge University Caving Club (CUCC)expeditions and licensed under the GNU Lesser General Public License.
Troggle has been forked into two projects. The original one is maintained by Aron Curtis and is used for Erebus caves. The CUCC variant uses files as the definitive data, not the database and lives at expo.sruvex.com/troggle.
Troggle has been forked into two projects. The original one is maintained by Aron Curtis and is used for Erebus caves. The CUCC variant uses files as the definitive data, not the database and lives at expo.survex.com/troggle.
Troggle setup
==========
@ -18,12 +18,12 @@ If you want to use MySQL or Postgresql, download and install them. However, you
Troggle itself
-------------
Choose a directory where you will keep troggle, and svn check out Troggle into it using the following command:
Choose a directory where you will keep troggle, and git clone Troggle into it using the following command:
svn co http://troggle.googlecode.com/svn/
git clone git://expo.survex.com/troggle
If you want to work on the source code and be able to commit, you will need to use https instead of http, and your google account will need to be added to the troggle project members list. Contact aaron dot curtis at cantab dot net to get this set up.
If you want to work on the source code and be able to commit, your account will need to be added to the troggle project members list. Contact wookey at wookware dot org to get this set up.
Next, you need to fill in your local settings. Copy either localsettingsubuntu.py or localsettingsserver.py to a new file called localsettings.py. Follow the instructions contained in the file to fill out your settings.

View File

@ -1,5 +1,5 @@
import sys
# link localsettings to this file for use on expo computer in austria
# This is the local settings for use with the docker compose dev setup. It is imported automatically
DATABASES = {
'default': {