/lsp2

LMMS Sharing Platform 2

Primary LanguagePython

LMMS Sharing Platform 2
========================


Code for new Django-based LMMS Sharing Platform.

Copyright (c) 2014 Tobias Doerffel

License: GPLv2 or later


Dependencies
============

These are the requirements needed on ubuntu.

1) sudo apt-get install python3-pip
2) sudo pip3 install django
3) sudo easy_install3 South

Usage
=====

* Initializing local database:

  ./manage.py syncdb


* Run inbuilt django web server:

 ./manage.py runserver

Setting up your webserver for deployment
========================================

Setting up groups with appropriate permissions for users
========================================================