Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #202

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The next version of the Water Data Exchange (WaDE) program. An agreed upon metad
## FAQ
**How to import data into the database, locally?**

(For a more detailed step by step process go here: https://github.com/WSWCWaterDataExchange/WaDE2.0/tree/develop/source)
1. Head to the [source repo](https://github.com/WSWCWaterDataExchange/WaDE2.0) and clone it with the VS.
* Under the repository name, click Clone or download.
* In the Clone with HTTPs section, click the copy icon to copy the clone URL for the repository.
Expand All @@ -35,7 +36,7 @@ The next version of the Water Data Exchange (WaDE) program. An agreed upon metad
7. Load the startup section of VS with WaDEImportFunctions and run it.
8. Open a browser tab.
9. Type http://localhost:7071/api/LoadWaterAllocationData?runid=
10. In front of the equal sign, type the name of the folder which the csv file exists inside, in the explorer window.
10. After the equal sign, type the name of the folder which the csv file exists inside, in the explorer window.
11. press enter.
12. The import function should run successfully.

Expand All @@ -55,4 +56,4 @@ To manually trigger an update mid-day:

1. Go to the Azure Portal and select the "AutoUpdateCvData" logic app in either the QA or Production resource group.
2. At the top of the Overview page, click "Run Trigger" followed by "Recurrence".
3. The update will start within a couple minutes.
3. The update will start within a couple minutes.
Loading