Skip to content

Commit 31b3c29

Browse files
Merge pull request #26 from geoCML/drgon-3.0-update
DRGON v3.0 doc update
2 parents 6f126c6 + 53e6e9b commit 31b3c29

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

topics/drgon.adoc

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
image::DRGON-Logo.png["DRGON Logo", 250, 250]
44

5-
DRGON (pronounced as 'Dragon') is a Distributed Registry of GISystems Over a Network. DRGON collects a registry geoCML deployments over the internet (or an intranet, if you prefer). Using a simple REST API, you can easily query DRGON to find the perfect dataset. A public registry is hosted at https://drgon.geocml.com, but you may also self host DRGON, depending on your needs.
5+
DRGON (pronounced as 'Dragon') is a Distributed Registry of GISystems Over a Network. DRGON collects a registry geoCML deployments over the internet (or an intranet, if you prefer). Using a simple REST API, you can easily query DRGON to find the perfect dataset. A public registry is hosted at https://drgon.geocml.com, but you may also self host a DRGON instance, depending on your needs.
66

77
=== Quickstart Guide
88

@@ -16,6 +16,18 @@ On your deployment's server machine, add the following values to your `.env` fil
1616

1717
Rebuild your geoCML deployment, and restart your instance. After about a minute of up-time, geoCML Task Scheduler will ping DRGON and automatically register your deployment.
1818

19+
=== Self Hosting a DRGON Instance
20+
21+
You can host your own dedicated DRGON instance with a few simple steps:
22+
23+
. Clone the geoCML source code from https://github.com/geocml/drgon[github.com/geocml/drgon]
24+
. Open a terminal and cd into the source code directory
25+
. Copy `.env.example` into a new file called `.env`
26+
. Update your `.env` to include your deployment specific configuration variables
27+
. Run `sh build.sh` to build DRGON service images on your machine.
28+
. Run `docker network create drgon-network`
29+
. Run `sh start.sh` to bring up the instance.
30+
1931
=== API Reference
2032

2133
[cols="1,1,1,1"]

0 commit comments

Comments
 (0)