An open API service indexing awesome lists of open source software.

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

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.