diff --git a/README.md b/README.md index b52b3bde..7a93d107 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ CodeOcean [![Code Climate](https://codeclimate.com/github/openHPI/codeocean/badges/gpa.svg)](https://codeclimate.com/github/openHPI/codeocean) [![Test Coverage](https://codeclimate.com/github/openHPI/codeocean/badges/coverage.svg)](https://codeclimate.com/github/openHPI/codeocean) +![Learner Interface](docs/implement.png) + ## Introduction CodeOcean is an educational, web-based execution and development environment for practical programming exercises designed for the use in Massive Open Online Courses (MOOCs). @@ -20,7 +22,7 @@ CodeOcean is mainly used in the context of MOOCs (such as those offered on openH ## Development Setup -Please refer to the [Local Setup Guide](LOCAL_SETUP.md) for more details. +Please refer to the [Local Setup Guide](docs/LOCAL_SETUP.md) for more details. ### Mandatory Steps diff --git a/LOCAL_SETUP.md b/docs/LOCAL_SETUP.md similarity index 100% rename from LOCAL_SETUP.md rename to docs/LOCAL_SETUP.md diff --git a/codeocean-dockerconfig.md b/docs/codeocean-dockerconfig.md similarity index 100% rename from codeocean-dockerconfig.md rename to docs/codeocean-dockerconfig.md diff --git a/debian_installer/setup_debian_1_install_postgres.sh b/docs/debian_installer/setup_debian_1_install_postgres.sh similarity index 100% rename from debian_installer/setup_debian_1_install_postgres.sh rename to docs/debian_installer/setup_debian_1_install_postgres.sh diff --git a/debian_installer/setup_debian_2_install_docker.sh b/docs/debian_installer/setup_debian_2_install_docker.sh similarity index 100% rename from debian_installer/setup_debian_2_install_docker.sh rename to docs/debian_installer/setup_debian_2_install_docker.sh diff --git a/debian_installer/setup_debian_3_install_depencies_and_utils.sh b/docs/debian_installer/setup_debian_3_install_depencies_and_utils.sh similarity index 100% rename from debian_installer/setup_debian_3_install_depencies_and_utils.sh rename to docs/debian_installer/setup_debian_3_install_depencies_and_utils.sh diff --git a/debian_installer/setup_debian_4_install_guest_additions.sh b/docs/debian_installer/setup_debian_4_install_guest_additions.sh similarity index 100% rename from debian_installer/setup_debian_4_install_guest_additions.sh rename to docs/debian_installer/setup_debian_4_install_guest_additions.sh diff --git a/debian_installer/setup_debian_5_mount_shared_folder.sh b/docs/debian_installer/setup_debian_5_mount_shared_folder.sh similarity index 100% rename from debian_installer/setup_debian_5_mount_shared_folder.sh rename to docs/debian_installer/setup_debian_5_mount_shared_folder.sh diff --git a/debian_installer/setup_debian_6_setup_codeocean.sh b/docs/debian_installer/setup_debian_6_setup_codeocean.sh similarity index 100% rename from debian_installer/setup_debian_6_setup_codeocean.sh rename to docs/debian_installer/setup_debian_6_setup_codeocean.sh diff --git a/debian_installer/setup_debian_7_create_tables.sh b/docs/debian_installer/setup_debian_7_create_tables.sh similarity index 100% rename from debian_installer/setup_debian_7_create_tables.sh rename to docs/debian_installer/setup_debian_7_create_tables.sh diff --git a/debian_installer/setup_debian_vm.sh b/docs/debian_installer/setup_debian_vm.sh similarity index 100% rename from debian_installer/setup_debian_vm.sh rename to docs/debian_installer/setup_debian_vm.sh diff --git a/docs/implement.png b/docs/implement.png new file mode 100644 index 00000000..49f260c4 Binary files /dev/null and b/docs/implement.png differ diff --git a/webpython/Dockerfile b/docs/webpython/Dockerfile similarity index 100% rename from webpython/Dockerfile rename to docs/webpython/Dockerfile diff --git a/webpython/Makefile b/docs/webpython/Makefile similarity index 100% rename from webpython/Makefile rename to docs/webpython/Makefile diff --git a/webpython/README.md b/docs/webpython/README.md similarity index 100% rename from webpython/README.md rename to docs/webpython/README.md diff --git a/webpython/assess.py b/docs/webpython/assess.py similarity index 100% rename from webpython/assess.py rename to docs/webpython/assess.py diff --git a/webpython/turtle.py b/docs/webpython/turtle.py similarity index 100% rename from webpython/turtle.py rename to docs/webpython/turtle.py diff --git a/webpython/webpython.py b/docs/webpython/webpython.py similarity index 100% rename from webpython/webpython.py rename to docs/webpython/webpython.py