Altcore / muspy

Album release notification service

Home Page:https://muspy.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

muspy

muspy is an album release notification service.

Development

To set up development environment you need to install nginx and virtualenv, then run:

% virtualenv env
% source env/bin/activate
% pip install -r requirements.txt

Edit your main nginx.conf:

http {
    ...
    include /path/to/muspy/nginx-dev.conf;
}

Update the project location in muspy/nginx-dev.conf and restart nginx.

Add this line to your /etc/hosts:

127.0.0.1  muspy.dev

Go to the project directory and run make db to create an empty database.

Type make run and go to http://muspy.dev/. If static files don't load make sure nginx has rx permissions for the muspy/static directory.

About

Album release notification service

https://muspy.com

License:GNU Affero General Public License v3.0


Languages

Language:Python 73.5%Language:HTML 22.8%Language:CSS 2.1%Language:PLpgSQL 0.6%Language:Nginx 0.5%Language:Shell 0.4%Language:Makefile 0.2%