-
Notifications
You must be signed in to change notification settings - Fork 0
Developer_guide
Helen Burns edited this page Feb 2, 2024
·
2 revisions
This site is currently hosted on JASMIN's un-managed cloud and access to the system is via ssh.
.env
is encrypted for security reasons. To unencypt this please use the cemac gpg key with git-crypt
and example .env file is here:
APP_SETTINGS=config.DevelopmentConfig
SECRET_KEY=secretkey
ADMIN_PWD=psswd
[email protected]
mailpassword=password
- volcano.db Volcano info, edit data base
- users.db (user database, gitcrypted)
- sitetext.db (static site text)
The databases need to be owned by commetapp so when a db is updated the permissions must be changed chown cometapp:cometapp <filename>