-
Notifications
You must be signed in to change notification settings - Fork 30
Home
gw8674 edited this page Sep 11, 2020
·
20 revisions
======Welcome to the nodejs-poolController-dashPanel wiki! More to follow soon....
Editing Test...
Note: “git clone” is a git command which creates a clone/copy of an existing repository into a new directory. It is also used to create remote-tracking branches for each branch in the cloned repository. It is the most common command which allows users to obtain a development copy of an existing central repository.
(1) #At the next command prompt, type or copy/paste (and add an h to the ttps) ttps://github.com/tagyoureit/nodejs-poolController #Tap the Enter/Return key. This command will create the /home/nodejs-poolController directory and will also download the poolController package within that directory.
(2) #At the next command prompt, type or copy/paste https://github.com/rstrouse/nodejs-poolController-dashPanel #Tap the Enter/Return key. This command will create the /home/nodejs-poolController-dashPanel directory and will also download the dashPanel package within that directory.
(3) #At the next command prompt, Type dir #Tap the Enter/Return key. This command will list all directories within the home directory so that you can confirm the above two directory creations.
- (1) # At the command prompt, type or copy/paste cd nodejs-poolController # Tap the Enter/Return key. This is a “change directory” command and you will now be in the nodejs-poolController sub-directory.
- (2) # At the next command prompt, type or copy/paste npm i # Tap the Enter/Return key. This command will install the poolController package.
TEST