This projects aims to integrate Open-CSP 2.0 into CanastaWiki.

    1. Getting started
      1. Clone the project and the Docker Compose companion project
  git clone https://github.com/LarsS88/Canasta_OpenCSP.git
  
  git clone https://github.com/LarsS88/Canasta-DockerCompose.git


      1. Go to the project directory
 
  cd Canasta_OpenCSP


      1. Build the image
  docker build . -t canasta-opencsp:2.0


      1. Change to the other project folder
 
  cd ../Canasta-DockerCompose


      1. Start the Canasta stack

NOTE: If, in the build step, you tagged the image differently from how I specified it above, you will need to alter this docker-compose.override.yml file as well at before you try to spin up Canasta.

 
  docker-compose up -d


      1. Install a wiki

Navigate to https://localhost and follow the installation steps

Copy the now downloaded LocalSettings.php to the config subdir

 
  cp <browser download folder>/LocalSettings.php config/
      1. Restart the stack
 
  docker-compose down
  docker-compose up -d
    1. OPTIONAL:

Follow the Open-CSP installation progress

  
  docker logs <web container name> --follow

If you're just running the one Canasta instance it'll be canasta-dockercompose_web_1. Otherwise you can use 'docker ps' to find it.


You're done. đŸ„ł Visit your site.