https://github.com/pintman/cscircles-docker
Docker Container for CS-Circles
https://github.com/pintman/cscircles-docker
Last synced: 4 months ago
JSON representation
Docker Container for CS-Circles
- Host: GitHub
- URL: https://github.com/pintman/cscircles-docker
- Owner: pintman
- Created: 2018-03-09T22:09:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-10T08:24:09.000Z (about 7 years ago)
- Last Synced: 2024-12-29T17:41:10.840Z (5 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cscircles-docker
Docker Container for CS-Circles. Mainly its based on the wordpress container but enriched
with python3jail and safeexec which are needed to safely execute python code.## Installation
1. Check out this repo.
2. Change the mysql root password in ``docker-compose.yml``.
3. Start the services with ``docker-compose up -d`` (this may take a
while). During this step python3jail and safeexec will be installed
at ``/cscircles/python3jail`` and ``/cscircles/safeexec``.
4. Go to http://localhost:8888 and follow the installation
instructions of your wordpress installation - the service is by
default exposed on port 8888.
5. All files will be created in a new folder ``data`` next to the
``docker-compose.yml`` file.
6. Follow the instructions from
[cscircles-wp-content repo](https://github.com/cemc/cscircles-wp-content) to
replace the wp-content folder and setup the cscircles wordpress plugin.