Sign inSign up

aksaramaya/openedoo

By aksaramaya

Updated over 9 years ago

Image
0

1.3K

aksaramaya/openedoo repository overview

Openedoo

Openedoo is open source platform for education. we hope openedoo can be future educational platform based on community. Based on flask python with simple structure. Lightweight API and integrated feature like online based test, presention student, etc

how to use

git clone https://github.com/openedoo/openedoo

pip install -r requirements.txt

Docker Compose

Setup
$ docker-compose up -d
$ curl
Stop Services
$ docker-compose stop
Run And Play
$ docker-compose start
Create Module
$ docker-compose stop od
$ docker-compose run od python manage.py create "test"
$ docker-compose start od
Manage Module
$ docker-compose stop od
$ docker-compose run od bash
[from_od]$ python manage.py create "test"
[from_od]$ python manage.py remove test
[from_od]$ python manage.py install https://github.com/openedoo/module_hello

Tag summary

Content type

Image

Digest

Size

156.2 MB

Last updated

over 9 years ago

docker pull aksaramaya/openedoo