PKC Data Package
Revision as of 02:59, 18 August 2021 by Benkoo (talk | contribs) (Created page with "PKC Data Package is a compressed file in the tar.gz format. It contains all configuration information of a PKC. For the smallest initial data set, once DockerizedPKC...")
PKC Data Package is a compressed file in the tar.gz format. It contains all configuration information of a PKC.
For the smallest initial data set, once DockerizedPKC is cloned from Github.com, one can follow the following procedure to create a fully functional PKC Data Package from scratch.
- Clone DockerizedPKC from [1]
git clone http://github.com/benkoo/DockerizedPKC cd DockerizedPKC
- Temporarily comment out the volume entry of - ./mountPoint/LocalSettings.php
# - ./mountPoint/LocalSettings.php
- Use the following command:
docker-compose up -d
- Use a browser and enter the URL:
http://localhost:9352
- Go through the configuration process
- Download the newly generated
LocalSettings.php
file and put that file under the home ofDockerizedPKC
project