Difference between revisions of "Windows 10 PKC Installation"
Jump to navigation
Jump to search
BenKoo>Benkoo (Created page with "For Windows 10, you need to use [https://www.howtogeek.com/235101/10-ways-to-open-the-command-prompt-in-windows-10/ Command Prompt]. =Download Software to your local mach...") |
BenKoo>Benkoo |
||
Line 14: | Line 14: | ||
=Kick off the microservice launch process= | =Kick off the microservice launch process= | ||
#After the <code>git clone</code> instruction copied relevant data to your working directory, using the command <code>cd</code> to the '''PKC''' directory that contains the script <code>[[up.sh]]</code>, and type: <code>up.sh</code> to execute the script. Note that the script command must be <code>up.sh</code>, '''not''' <code>./up.sh</code>. | |||
<pre> | <pre> | ||
C:\Users\userName\Workspace$ cd PKC | |||
C:\Users\userName\Workspace\PKC$up.sh | |||
</pre> | </pre> | ||
#After you submitted the <code>up.sh</code> in your command line interface, you will be asked for a password, type in the root password for the machine you are trying to install. | |||
#Open a browser: type the following URL to the browser's URL field: http://localhost:9352. | |||
#If you plan to set up [[https]] for your [[PKC]], please refer to the page:[[Nginx as Reverse Proxy]]. |
Revision as of 04:47, 30 April 2021
For Windows 10, you need to use Command Prompt.
Download Software to your local machine
~/userName/Workspace$
Download the entire package using git
. You may copy the instruction as follows:
~/userName/Workspace$ git clone https://github.com/benkoo/PKC.git
Kick off the microservice launch process
- After the
git clone
instruction copied relevant data to your working directory, using the commandcd
to the PKC directory that contains the scriptup.sh
, and type:up.sh
to execute the script. Note that the script command must beup.sh
, not./up.sh
.
C:\Users\userName\Workspace$ cd PKC C:\Users\userName\Workspace\PKC$up.sh
- After you submitted the
up.sh
in your command line interface, you will be asked for a password, type in the root password for the machine you are trying to install. - Open a browser: type the following URL to the browser's URL field: http://localhost:9352.
- If you plan to set up https for your PKC, please refer to the page:Nginx as Reverse Proxy.