Go to file
j 10d2f35b7b more... 2014-05-12 23:21:26 +02:00
migrations Open Media Library 2014-05-12 04:09:31 +02:00
oml more... 2014-05-12 23:21:26 +02:00
static more... 2014-05-12 23:21:26 +02:00
.gitignore Open Media Library 2014-05-12 04:09:31 +02:00
README Open Media Library 2014-05-12 04:09:31 +02:00
config.json Open Media Library 2014-05-12 04:09:31 +02:00
ctl Open Media Library 2014-05-12 04:09:31 +02:00
install.py Open Media Library 2014-05-12 04:09:31 +02:00

README

Open Media Library

== Install ==

 soon

== Development ==

mkdir client
cd client
git clone https://git.0x2620.org/openmedialibrary.git
git clone https://git.0x2620.org/openmedialibrary_platform.git platform
ln -s openmedialibrary/ctl ctl
./ctl update_static
./ctl db upgrade
./ctl setup

# and start it
./ctl debug