Skip to content

Commit 57a64bd

Browse files
committed
Update README
1 parent 581963b commit 57a64bd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ GeoNode template project. Generates a django project with GeoNode support.
3131
cd ~/project_name
3232
python create-envfile.py
3333
```
34+
35+
The project can also be generated from a local checkout of the goenode-project repository
36+
37+
```bash
38+
git clone https://github.com/GeoNode/geonode-project
39+
git checkout $GN_VERSION
40+
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
41+
42+
```
43+
3444
`create-envfile.py` accepts the following arguments:
3545

3646
- `--https`: Enable SSL. It's disabled by default

0 commit comments

Comments
 (0)