Now point your browser at the IP of the the system. localhost
will often work as the IP, if the browser is on the same system.
Be sure to use http:// (not https://).
Now point your browser at the IP of the the system. localhost
will often work as the IP, if the browser is on the same system.
Be sure to use http:// (not https://).
Run Docker. Configure its preferences to start Docker automatically.
Note when you see the whale in the menu bar (upper right corner of your screen) docker is up and running!
Open a command window, and verify that docker is working:
Then in a terminal window:
Once the above script has been run all you need to do to start chords on your computer again is open the terminal and type
Now point your browser at the IP of the the system. localhost
will often work as the IP, if the browser is on the same system.
Be sure to use http:// (not https://).
Open a command window and create a directory for chords files. The name and location are not important, but we suggest that you name it 'chords', and create it in your home directory.
Download and extract curl. Copy the files (curl.exe, etc.) in the 'curl.xxx/bin/' directory to your chords directory. For help with curl, visit this video.
Add Python3 paths to the Path environment variable. Hints:
Open the Start Search, type in “env”, and choose “Edit the system environment variables”
Click the “Environment Variables…” button.
Under the "User Variables” section (the upper half), find the row with “Path” in the first column. Click "Edit". “Edit environment variable” will appear.
Select "New", and enter the Python3 directory. This will usually be C:\Python27.
Select "New", and enter the Python3 scripts directory. This will usually be C:\Python27\scripts.
Save your changes
Verify that python is working:
Install Docker Desktop for Windows. (You will be required to create a free docker hub account, and log into it.)
Run the Docker Desktop. It may take a minute to start up.
Open a command window, and verify that docker is working:
Install CHORDS from the command window:
Once the above script has been run all you need to do to start chords on your computer again is open the terminal and type
Now point your browser at the IP of the the system. localhost
will often work as the IP, if the browser is on the same system.
Be sure to use http:// (not https://).
When you first start up your CHORDS portal don’t panic if you get 502 error. It’s a good sign!
Just hit refresh on your browser until your portal shows up.
See the detailed instructions if the Quick Start recipes are not adequate
to get your portal running, and for additional information.