Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umap-project/umap-deploy
Usine based script to deploy and maintain a uMap instance on a remote server
https://github.com/umap-project/umap-deploy
Last synced: 3 days ago
JSON representation
Usine based script to deploy and maintain a uMap instance on a remote server
- Host: GitHub
- URL: https://github.com/umap-project/umap-deploy
- Owner: umap-project
- Created: 2018-07-14T19:03:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T19:33:39.000Z (5 months ago)
- Last Synced: 2024-08-11T20:08:20.580Z (4 months ago)
- Language: Python
- Size: 47.9 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - umap-project/umap-deploy - Usine based script to deploy and maintain a uMap instance on a remote server (others)
README
# umap-deploy-osmfr
My own scripts for deploying uMap on OSM-fr server (and the related dev server
on https://dev.umap-project.org).## Usage
- Django settings go in settings/{FLAVOUR}.py
- remote env (for secrets) goes in env/{FLAVOUR}
- local configuration (var used when running deployement) goes in local/{FLAVOUR}Then run, eg. for dev server
FLAVOUR=dev make help