Skip to content

nightfox/digfont

 
 

Repository files navigation

digfont

A font search website

To Contribute

  • Fork the repo
  • First we gotta do virtualenv setup.
$ sudo easy_install virtualenv
  • Inside the repo, install your virtual enviornment.
virtualenv venv
  • Initialize and activate virtualenv.
$ cd venv
$ . bin/activate
  • Install requirements. Before that you would be actually inside venv directory so cd .. out of it to the base of the project.
$ sudo pip install -r requirements.txt
  • Start the webserver.
$ foreman start -f Procfile.dev
  • Create mongodb index from mongo shell
$ db.font.ensureIndex({name: 1});
  • Add new links to mongodb
$ python manage.py add_url_file urls.txt
  • Sync all fonts in db
$ python manage.py sync

About

A font search website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published