]> git.r.bdr.sh - rbdr/junction/commitdiff
Update README
authorRuben Beltran del Rio <redacted>
Wed, 7 Oct 2020 20:58:07 +0000 (22:58 +0200)
committerRuben Beltran del Rio <redacted>
Wed, 7 Oct 2020 20:58:07 +0000 (22:58 +0200)
README.md

index ce413b1e1098f4ba57df4d1c0624016776b31334..25f9d9813db7b26a33d77769bad8d9cd3e98124b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,6 +2,27 @@
 
 Connect people through any URL
 
 
 Connect people through any URL
 
+## Server
+
+### Environment variables
+
+* `JUNCTION_PORT`: This sets the port in which the app will be listening
+
+### Running for development
+
+The project uses docker for easier local development.
+
+1. Create a `.env` file in the root
+2. Run `make run` to start the local dev server
+
+### Building for production
+
+Run `make build`. This will create and tag the image.
+
+### Publishing image
+
+Run `make publish`. This will push the image to docker hub.
+
 ## Extension
 
 First, make sure to build the plugin. From the extension's root you can call:
 ## Extension
 
 First, make sure to build the plugin. From the extension's root you can call: