summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-02-23 16:43:24 -0300
committerSebastian <sebasjm@gmail.com>2021-02-23 16:43:29 -0300
commit808934fae5968ae0d967bdd3d1d5f5ba9322881e (patch)
tree29959cebebea4ce1791e40fc5a8fde0d3f9dacea /README.md
parent2a54606abd6b00fb33381e07d8a31b20c2ff25fb (diff)
downloadmerchant-backoffice-808934fae5968ae0d967bdd3d1d5f5ba9322881e.tar.gz
merchant-backoffice-808934fae5968ae0d967bdd3d1d5f5ba9322881e.tar.bz2
merchant-backoffice-808934fae5968ae0d967bdd3d1d5f5ba9322881e.zip
installation script
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0396e75..4ae4d67 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,12 @@ Check the requirements and run `./bootstrap` and `./configure`
Then run `make` to install all the nodejs dependencies
+By default the installation prefix will be `/var/www/html` but it can be overrided by --prefix in the configuration process
+
+```shell
+./configure --prefix=/another/directory
+```
+
## Running develop
To run a development server run
@@ -29,9 +35,16 @@ make dev
```
This should start a watch process that will reload the server every time that a file is saved.
+Override the PORT variable to run the server in another port.
+
+```shell
+make dev PORT=9090
+```
## Building for deploy
+To
+
## CLI Commands
* `make compile`: Installs dependencies and compile with typescript