Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidmstraub/gramps-web-demo-script
https://github.com/davidmstraub/gramps-web-demo-script
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidmstraub/gramps-web-demo-script
- Owner: DavidMStraub
- License: mit
- Created: 2024-01-23T21:03:48.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-14T17:12:01.000Z (9 months ago)
- Last Synced: 2024-06-13T19:45:10.767Z (5 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gramps Web Demo Script
This is a script used at the Gramps Web Demo Server https://demo.grampsweb.org/.
The Demo Server was installed with the following procedure:
- Install the [Gramps Web DigitalOcean 1-click app](https://www.grampsweb.org/DigitalOcean/)
- Point `demo.grampsweb.org` to the newly created droplet (A record)
- Set `demo.grampsweb.org` as domain name in the 1-click app startup script
- Set up an SSH key
- Copy the reset script to the server: `scp reset.sh [email protected]:`
- Add a cron job on the server: `echo "0 */2 * * * /bin/bash /root/reset.sh" | crontab -`