Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Nov 28, 2024
1 parent 581963b commit 57a64bd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57a64bd

Please sign in to comment.