Skip to content
Snippets Groups Projects
Commit 3c91cb40 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

update readme

parent 12bbabb6
No related branches found
No related tags found
No related merge requests found
Pipeline #35330 passed
......@@ -2,10 +2,12 @@
## Development
### localhost (laptop)
* http://localhost:8000/adex-fastapi/skyviews/
* http://localhost:8000/adex-fastapi/skyviews_rectangle/?ra_min=70&ra_max=90&dec_min=15&dec_max=17&limit=10000
* http://localhost:8000/skyviews/
* http://localhost:8000/skyviews_rectangle/?ra_min=70&ra_max=90&dec_min=15&dec_max=17&limit=10000
### sdc-dev (test environment)
* https://sdc-dev.astron.nl/adex-fastapi/skyviews/
## data procedures (rough)
* [dump/load a copy of the alta database](https://web-of-wyrd.nl/myworkwiki/doku.php?id=alta_runtime&s[]=dump#qhow_do_i_dump_and_load_a_copy_of_the_production_database_with_postgres_into_a_dev_or_vm_environment)
......@@ -15,5 +17,5 @@
### load esap_cache.sql into dockerized Postgres database
manually copy `esap_cache.sql` to ~/shared directory
```
docker exec -it adex-postgres psql -U postgres -f /shared/sql/adex_cache.sql
docker exec -it adex-postgres psql -U postgres -d adex_cache -f /shared/sql/adex_cache.sql
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment