@@ -22,7 +22,7 @@ For the easiest access to Antarstick without hassle, just open [antarstick.herok
### Run Antarstick using local server, with full dataset
### Run Antarstick using local server, with full dataset
- Download the full dataset [here](http://decibel.fi.muni.cz/antarstick/). (One full year at one location has over 5 GB, so make sure you have enough space.)
- Download the full dataset [here](http://decibel.fi.muni.cz/antarstick/). (One full year at one location has over 5 GB, so make sure you have enough space.)
- Extract the `antarstick-data` folder NEXT TO `antarstic-js` repository.
- Extract the `antarstick-data` folder NEXT TO `antarstic-js` repository.
- Go to `antarstick-js/src/services/DatasetService.js` and set the URL variable to `http://localhost:3000/`.
- Go to `antarstick-js/src/services/dataset-service.js` and set the URL variable to `http://localhost:3000/`.
- Have Python installed or install it [here](https://www.python.org/)
- Have Python installed or install it [here](https://www.python.org/)
- Using `pip`, the Python packaging manager, install `flask` and `flask_cors`.
- Using `pip`, the Python packaging manager, install `flask` and `flask_cors`.
- Run `npm run database_monolith_lake_2011` or `npm run database_keller_stream_2011`, depending on a location you want to inspect.
- Run `npm run database_monolith_lake_2011` or `npm run database_keller_stream_2011`, depending on a location you want to inspect.