Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

paultag/pharos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkvirtualenv pharos --python=$(which python3)
pip install -r requirements.txt
postgres=# CREATE ROLE pharos WITH LOGIN PASSWORD 'pharos';
CREATE ROLE
postgres=# CREATE DATABASE pharos OWNER pharos;
CREATE DATABASE
postgres=# \c pharos
You are now connected to database "pharos" as user "postgres".
pharos=# CREATE EXTENSION postgis;
CREATE EXTENSION
./manage.py syncdb
./manage.py loadgooglelatitude google-latitude-kml-file-you-exported.kml username
# You might need to go back in time to grab this.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published