Changes

Jump to: navigation, search

Gramps-Connect

865 bytes added, 19:59, 15 June 2012
Run your own Gramps-Connect in 30 seconds
== Run your own Gramps-Connect in 30 seconds ==
 
== Windows ==
 
1) Get Gramps from Trunk
 
https://gramps.svn.sourceforge.net/svnroot/gramps/trunk
 
I use Tortoise SVN. I put gramps on the Desktop, but anywhere will work.
 
2) Install pysqlite:
 
http://code.google.com/p/pysqlite/downloads/list
 
Run installer, and make sure you select the version of Python that you have.
 
3) Install Django:
 
svn checkout http://code.djangoproject.com/svn/django/branches/releases/1.3.X/django
to your Python site-packages directory:
 
c:\Python27\Lib\site-packages\
 
Django 1.3 would be best at this point.
 
4) Change to trunk\src\webapp
 
And run the following at the command line (cmd):
 
5) c:\Python27\python.exe init.py > grampsdb\fixtures\initial_data.json
 
6) c:\Python27\python.exe manage.py syncdb
 
7) c:\Python27\python.exe manage.py runserver
 
8) Point your webbrowser to http://127.0.0.1:8000
 
Thanks it!
 
== Linux and Mac ==
Get the latest version of Gramps (currently "trunk" from SVN; see [http://gramps-project.org/wiki/index.php?title=Brief_introduction_to_SVN Brief introduction to SVN]). This will become an easy-to-install package once Gramps 3.5 is released. Below, it is assumed that you have the following installed:
* Latest Gramps, installed in a folder called "trunk"
* Django version 1.2, or 1.3, or 1.4
* Sqlite3

Navigation menu