forked from qgis/QGIS-Django
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the README according to the latest updates (qgis#449)
* Update the README according to the latest updates * Add rabbitmq into the docker service diagram * Fix docker services diagram
- Loading branch information
Showing
3 changed files
with
9 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,6 @@ For licensing information, please read the COPYING file included in this directo | |
|
||
For setup, installation and backup notes, please read [INSTALL](INSTALL.md) included in this directory. | ||
|
||
For setting up a local development environment using Vagrant please read the Vagrant [README](vagrant_assets/README.md). | ||
|
||
To contribute to this project, please contact Tim Sutton - [email protected] | ||
|
||
|
||
|
@@ -22,14 +20,14 @@ Tim Sutton 2010 | |
|
||
## Admin | ||
|
||
To update QGIS versions, go to **[Admin](https://plugins.qgis.org/admin/)** -> **[Site preferences](https://plugins.qgis.org/admin/preferences/sitepreference/)**. | ||
QGIS versions are updated automatically from a scheduled task. To update QGIS versions manually, go to **[Admin](https://plugins.qgis.org/admin/)** -> **[Site preferences](https://plugins.qgis.org/admin/preferences/sitepreference/)**. | ||
|
||
## Tech stack | ||
|
||
![image](https://user-images.githubusercontent.com/178003/91535744-8c8a3000-e90b-11ea-8ca3-b6ce1bb910bd.png) | ||
![image](./img/Docker_Services.png) | ||
|
||
This application is based on Django, written in python and deployed on the server using | ||
docker and rancher. | ||
This application is based on Django, written in Python and deployed on the server using | ||
docker-compose. | ||
|
||
## Token based authentication | ||
|
||
|