|
1 | | -# pipeline-routing-tool-release |
| 1 | +#CO2 Pipeline Routing Tool README |
| 2 | + |
| 3 | +## Installation and Opening The Tool (Brief) |
| 4 | + |
| 5 | +First, install the entire tool by running CO2Pipeline Setup 0.1.0.exe. |
| 6 | +This can be found in the "Releases" section of this github repository, to the right of this text |
| 7 | +Then, open the UI window by running C:\Users\[username]\AppData\Local\Programs\apptest\CO2Pipeline.exe, if it's not already open |
| 8 | +Then, open the server window by running C:\Users\[username]\AppData\Local\Programs\apptest\CO2PRT_Flask.exe. |
| 9 | +Wait for the server program to initialize, waiting until the line "Press CTRL+C to quit" appears on the screen. |
| 10 | +Instruction on tool operation can be found by clicking the "Help Documentation" button in the upper-right corner of the UI program window. |
| 11 | + |
| 12 | + |
| 13 | +## Installation (Detailed) |
| 14 | + |
| 15 | +Install the pipeline routing tool with "CO2Pipeline Setup 0.1.0.exe" |
| 16 | + |
| 17 | +The installer will automatically handle everything after its clicked on, and when finished will open the UI portion of the tool. This is not the entire tool, and the below steps are required for the tool to function. |
| 18 | + |
| 19 | +## Opening The Tool (Detailed) |
| 20 | + |
| 21 | +Navigate to your AppData folder in your computer. On Windows systems, this can be found at C:\Users\[username]\AppData, where [username] is the name of the Windows profile of the computer you are logged into. |
| 22 | + |
| 23 | +Note: The AppData folder may be hidden by default, but can be made visible by clicking the "View" tab and checking the "Hidden items" box at the top of the Windows file browser. |
| 24 | + |
| 25 | +The program needs to have two windows open at the same time to function: the UI window, and the server window. |
| 26 | + |
| 27 | +### The UI Window |
| 28 | + |
| 29 | +The UI window program is installed at, and can be opened at: |
| 30 | + |
| 31 | +C:\Users\[username]\AppData\Local\Programs\apptest\CO2Pipeline.exe |
| 32 | + |
| 33 | +### The Server Window |
| 34 | + |
| 35 | +The server window program is installed at, and can be opened at: |
| 36 | +C:\Users\[username]\AppData\Local\Programs\apptest\CO2PRT_Flask.exe |
| 37 | + |
| 38 | +Open both windows to run the tool. They can be opened in any order. |
| 39 | + |
| 40 | +The server window program will need a minute or two to boot up. |
| 41 | +During this process, the window will initially be a black screen, and after a few minutes lines of start-up text will appear, starting with: |
| 42 | + |
| 43 | + "Matplotlib is building the font cache; this may take a moment". |
| 44 | + |
| 45 | +The server window program will be ready when the following lines appear on-screen: |
| 46 | + |
| 47 | + * Running on http://127.0.0.1:5000 |
| 48 | + Press CTRL+C to quit |
| 49 | + |
| 50 | +During tool operation, the server window will have additional lines of text, these can all be ignored and are information for developers. |
| 51 | + |
| 52 | +When both windows are open, and "Press CTRL+C to quit" has appeared on the server window program, the tool is ready for use. Additional details on tool operation can be found by clicking the "Help Documentation" button in the UI window program of the tool. |
0 commit comments