The gramps-web-desktop
package is a way for you to easily
use gramps-web
with your local Gramps family trees.
THIS IS ALPHA LEVEL SOFTWARE FOR EXPERIMENTAL USE ONLY
pip install gramps-web-desktop
First, you must have created a temporary Gramps family tree for testing.
That's it! Now you can run gramps-web-desktop
:
At the console, enter the command:
gramps-web-desktop TREE USERNAME PASSWORD
or:
gwd TREE USERNAME PASSWORD
where:
TREE
- the the name of the test temporary Gramps family tree nameUSERNAME
- this is meant to be a temporary username for this sessionPASSWORD
- this is meant to be a temporary password for this session
Example:
gwd "Example" my_username _my_password
gramps-web-desktop
will show the list of family trees.
You can also use gwd
instead of gramps-web-desktop
.
- Looks through your local databases for a family tree named
TREE
(that you provided on the command line) - Uses the mediapath (from metadata) from that family tree to find images
- Creates a temporary gramps-web USERNAME and PASSWORD with admin priviledges
- Starts the
gramps-web-api
server with frontend already in place - Opens a webbrowser on appropriate address and port
- Login using USERNAME and PASSWORD
- You can create gramps-web indices inside the app.
- When done, you should logout to avoid confusing gramps-web on next use
- In terminal, press
CONTROL+C
- gramps-web-desktop will delete USERNAME from the user database
- Does this use Docker?
- No.
- Does this expose my data?
- This runs on a local port (5000 by default) and people on the local computer can see it
- Can I send email via the app?
- No, email services are not enabled
- Will I see my family tree images?
- Yes, if you have your mediapath set inside
gramps
- Yes, if you have your mediapath set inside
- Will this leave a user account with admin access to my tree?
- No, the temporary username is deleted when you press CONTROL+C