From 57a64bd1bb878f7de602117b6c1321e854445530 Mon Sep 17 00:00:00 2001 From: "G. Allegri" Date: Thu, 28 Nov 2024 15:17:17 +0100 Subject: [PATCH] Update README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3ae0b4f9..81aa517f 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,16 @@ GeoNode template project. Generates a django project with GeoNode support. cd ~/project_name python create-envfile.py ``` + +The project can also be generated from a local checkout of the goenode-project repository + +```bash + git clone https://github.com/GeoNode/geonode-project + git checkout $GN_VERSION + django-admin startproject --template=./geonode-project -e py,sh,md,rst,json,yml,ini,env,sample,properties -n monitoring-cron -n Dockerfile project_name ~/project_name + + ``` + `create-envfile.py` accepts the following arguments: - `--https`: Enable SSL. It's disabled by default