Windows 10 PKC Installation

From PKC
Revision as of 05:16, 30 April 2021 by BenKoo>Benkoo (→‎Download PKC to your local machine)
Jump to navigation Jump to search

For Windows 10, you need to use Command Prompt.

Download PKC to your local machine

Once you had Git and Docker installed on your Windows 10 machine, you may launch Command Prompt and see the following prompt:

C:\Users\userName\Workspace>

Download the entire package using the git command. You may copy the instruction (after the >sign) as follows:

C:\Users\userName\Workspace>git clone https://github.com/benkoo/PKC.git

Kick off the microservice launch process

  1. After the git clone instruction copied relevant data to your working directory, using the command cd to the PKC directory that contains the script up.sh, and type: up.sh to execute the script. Note that the script command must be up.sh, not ./up.sh.
C:\Users\userName\Workspace>cd PKC
C:\Users\userName\Workspace\PKC>up.sh
  1. After you submitted the up.sh in your command prompt, you will need to launch one more command to make Semantic MediaWiki work properly.

Copy and paste the following command to your command prompt.

C:\Users\userName\Workspace>docker exec pkc_mediawiki_1 php /var/www/html/maintenance/update.php
  1. Open a browser: type the following URL to the browser's URL field: http://localhost:9352.