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
git clone https://github.com/openedoo/openedoo
pip install -r requirements.txt
$ docker-compose up -d
$ curl
$ docker-compose stop
$ docker-compose start
$ docker-compose stop od
$ docker-compose run od python manage.py create "test"
$ docker-compose start od
$ 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
Content type
Image
Digest
Size
156.2 MB
Last updated
over 9 years ago
docker pull aksaramaya/openedoo