aboutsummaryrefslogtreecommitdiffstats
path: root/mascara/README.md
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2017-05-16 12:59:24 +0800
committerkumavis <aaron@kumavis.me>2017-05-16 12:59:24 +0800
commita8306f15790b3fe49017518bcc3aecd73ec51e9c (patch)
treeff27d5ac7ec09591e8cd804e3018a953be46514c /mascara/README.md
parent85ca8b4539782fca143602afb4216dd3d2338b28 (diff)
downloadtangerine-wallet-browser-a8306f15790b3fe49017518bcc3aecd73ec51e9c.tar
tangerine-wallet-browser-a8306f15790b3fe49017518bcc3aecd73ec51e9c.tar.gz
tangerine-wallet-browser-a8306f15790b3fe49017518bcc3aecd73ec51e9c.tar.bz2
tangerine-wallet-browser-a8306f15790b3fe49017518bcc3aecd73ec51e9c.tar.lz
tangerine-wallet-browser-a8306f15790b3fe49017518bcc3aecd73ec51e9c.tar.xz
tangerine-wallet-browser-a8306f15790b3fe49017518bcc3aecd73ec51e9c.tar.zst
tangerine-wallet-browser-a8306f15790b3fe49017518bcc3aecd73ec51e9c.zip
mascara - add deploy instructions
Diffstat (limited to 'mascara/README.md')
-rw-r--r--mascara/README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/mascara/README.md b/mascara/README.md
index db5b4f404..14cf7f563 100644
--- a/mascara/README.md
+++ b/mascara/README.md
@@ -3,7 +3,7 @@ start the dual servers (dapp + mascara)
npm run mascara
```
-## First time use:
+### First time use:
- navigate to: http://localhost:9001
- Create an Account
@@ -11,7 +11,7 @@ npm run mascara
- open devTools
- click Sync Tx
-## Tests:
+### Tests:
```
npm run testMascara
@@ -22,3 +22,12 @@ Test will run in browser, you will have to have these browsers installed:
- Chrome
- Firefox
- Opera
+
+
+### Deploy:
+
+Will build and deploy mascara via docker
+
+```
+docker-compose build && docker-compose stop && docker-compose up && docker-compose -t 200 -f
+``` \ No newline at end of file