@@ -4,25 +4,16 @@ GeoNode template project. Generates a django project with GeoNode support.
44
55## Table of Contents
66
7- - [ {{ project\_ name|title }}] ( #-project_nametitle- )
8- - [ Table of Contents] ( #table-of-contents )
9- - [ Quick Docker Start] ( #quick-docker-start )
10- - [ Developer Workshop] ( #developer-workshop )
11- - [ Create a custom project] ( #create-a-custom-project )
12- - [ Start your server using Docker] ( #start-your-server-using-docker )
13- - [ Run the instance in development mode] ( #run-the-instance-in-development-mode )
14- - [ Use dedicated docker-compose files while developing] ( #use-dedicated-docker-compose-files-while-developing )
15- - [ Run the instance on a public site] ( #run-the-instance-on-a-public-site )
16- - [ Preparation of the image (First time only)] ( #preparation-of-the-image-first-time-only )
17- - [ Startup the image] ( #startup-the-image )
18- - [ Stop the Docker Images] ( #stop-the-docker-images )
19- - [ Fully Wipe-out the Docker Images] ( #fully-wipe-out-the-docker-images )
20- - [ Backup and Restore from Docker Images] ( #backup-and-restore-from-docker-images )
21- - [ Run a Backup] ( #run-a-backup )
22- - [ Run a Restore] ( #run-a-restore )
23- - [ Recommended: Track your changes] ( #recommended-track-your-changes )
24- - [ Hints: Configuring ` requirements.txt ` ] ( #hints-configuring-requirementstxt )
25- - [ Increasing PostgreSQL Max connections] ( #increasing-postgresql-max-connections )
7+ - [ Quick Docker Start] ( #quick-docker-start )
8+ - [ Developer Workshop] ( #developer-workshop )
9+ - [ Create a custom project] ( #create-a-custom-project )
10+ - [ Start your server using Docker] ( #start-your-server-using-docker )
11+ - [ Run the instance in development mode] ( #run-the-instance-in-development-mode )
12+ - [ Run the instance on a public site] ( #run-the-instance-on-a-public-site )
13+ - [ Stop the Docker Images] ( #stop-the-docker-images )
14+ - [ Backup and Restore from Docker Images] ( #backup-and-restore-the-docker-images )
15+ - [ Recommended: Track your changes] ( #recommended-track-your-changes )
16+ - [ Hints: Configuring ` requirements.txt ` ] ( #hints-configuring-requirementstxt )
2617
2718## Quick Docker Start
2819
@@ -300,4 +291,3 @@ POSTGRESQL_MAX_CONNECTIONS=200
300291` ` `
301292
302293In this case PostgreSQL will run accepting 200 maximum connections.
303-
0 commit comments