-
Notifications
You must be signed in to change notification settings - Fork 3
Windows Installation
Install Anaconda from:
Install GitHub for Windows from:
(the installer will open up a GitHub GUI. Once the installation progress bar in the taskbar is full, you can close that)
Install psycopg2 for Windows from:
http://www.stickpeople.com/projects/python/win-psycopg/
(make sure to select Python 2.7, and the correct architecture (32 or 64 bit depending on what version of Windows you are running))
The GitHib installation will have installed a 'Git Shell' icon on your desktop. Double click that icon to open the Git Powershell. You will be in your Documents\GitHub directory.
In the Git Powershell, run the following command:
git clone https://github.com/joefutrelle/domdb.git
This will create a directory Documents\GitHub\domdb.
As described in Installation, use a text editor to edit the file in that directory called db.py to contain the proper database connection parameters (hostname, username, password)
In the Git Powershell, change directories to the domdb directory
cd domdb
Now follow the instructions in Installation to configure the client to access your database.