Skip to content

dbarlett/namespect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

namespect

namespect, configured for DreamHost shared hosting.

Local Quickstart

$ git clone https://github.com/dbarlett/namespect.git namespect
$ cd namespect
$ cp config.py.dist config.py
$ nano config.py # SQLAlchemy URL
$ ./setup.sh
$ source env/bin/activate
$ python run.py

Browse to http://localhost:5000

Deploying to DreamHost

Create a new (sub)domain with Passenger enabled.

  • User: myuser
  • Subdomain: namespect.example.com
  • Web directory: /home/myuser/namespect.example.com/public

Login as myuser, remove the default content, and clone this repo:

$ pwd
/home/myuser
$ rm -rf namespect.example.com
$ git clone https://github.com/dbarlett/namespect.git namespect.example.com

Configure the environment:

$ cd namespect.example.com
$ cp config.py.dist config.py
$ nano config.py
$ ./setup.sh

Browse to http://namespect.example.com.

About

Statistics on US names

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors