]> git.0d.be Git - earwig.git/blob - README.md
sources: fix check for missing image property
[earwig.git] / README.md
1 # Earwig
2
3 Sound Aggregator.
4
5
6 ## Installation
7
8 (one of many possibilities)
9
10     git clone https://git.0d.be/g/earwig.git
11     virtualenv -p python3 venv3 --system-site-packages
12     . venv3/bin/activate
13     cd earwig
14     python setup.py develop
15     python setup.py compile_scss
16     ./manage.py migrate
17     ./manage.py compilemessages
18     ./manage.py createsuperuser
19     ./manage.py runserver
20
21
22 ## License
23
24 Earwig is licensed under the [GNU Affero General Public License v3.0](http://www.gnu.org/)
25 or later.