Skip to content

Commit

Permalink
#154 update the readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
aanersc committed Mar 4, 2021
1 parent cd7f32c commit ad04ea1
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,24 +97,4 @@ docker exec myapp /src/myproject/manage.py migrate
# update vocabularies
docker exec myapp /src/myproject/manage.py update_vocabularies
# ingest metadata
docker exec -w /src/myproject myapp ./manage.py ingest /data/myfiles*.nc
```

How to add new data to Geo-SPaaS catalog
----------------------------------------
Previsouly Vagrant/VirtualBox was used as a main provisionng mechanism. This is no longer supported.

Install geo-spaas-vagrant:
```
git clone https://github.com/nansencenter/geo-spaas-vagrant
cd geo-spaas-vagrant
vagrant up geospaas_core
```
Connect to the virtual machine and use GeoSPaaS
```
vagrant ssh geospaas_core
cd django-geo-spaas/project
./manage.py ingest name_of_your_file
```

0 comments on commit ad04ea1

Please sign in to comment.