docs: update installation process
This commit is contained in:
parent
b0fa62a9f3
commit
6894cfbb7c
2 changed files with 30 additions and 14 deletions
|
|
@ -48,22 +48,32 @@ Important: lamassu-migrate currently gripes about a QueryResultError. Ignore thi
|
||||||
node bin/lamassu-migrate
|
node bin/lamassu-migrate
|
||||||
```
|
```
|
||||||
|
|
||||||
## Register admin user
|
## Run new-lamassu-admin
|
||||||
|
|
||||||
You'll use this generated URL in the brower in moment.
|
|
||||||
|
|
||||||
```
|
```
|
||||||
node bin/lamassu-register admin
|
cd new-lamassu-admin/
|
||||||
|
npm install
|
||||||
|
npm run start
|
||||||
```
|
```
|
||||||
|
|
||||||
## Run lamassu-admin-server
|
## Run lamassu-admin-server
|
||||||
|
|
||||||
In first terminal window:
|
In a second terminal window:
|
||||||
|
|
||||||
```
|
```
|
||||||
node bin/lamassu-admin-server --dev
|
node bin/lamassu-admin-server --dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Register admin user
|
||||||
|
|
||||||
|
In a third terminal window:
|
||||||
|
|
||||||
|
```
|
||||||
|
node bin/lamassu-register admin@example.com superuser
|
||||||
|
```
|
||||||
|
|
||||||
|
You'll use this generated URL in the brower in a moment.
|
||||||
|
|
||||||
## Complete configuration
|
## Complete configuration
|
||||||
|
|
||||||
Paste the URL from lamassu-register exactly as output, into a browser (chrome or firefox).
|
Paste the URL from lamassu-register exactly as output, into a browser (chrome or firefox).
|
||||||
|
|
@ -74,8 +84,6 @@ Go to all the required, unconfigured red fields and choose some values. Choose m
|
||||||
|
|
||||||
## Run lamassu-server
|
## Run lamassu-server
|
||||||
|
|
||||||
In second terminal window:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
node bin/lamassu-server --mockSms
|
node bin/lamassu-server --mockSms
|
||||||
```
|
```
|
||||||
|
|
|
||||||
22
INSTALL.md
22
INSTALL.md
|
|
@ -66,22 +66,32 @@ Important: lamassu-migrate currently gripes about a QueryResultError. Ignore thi
|
||||||
node bin/lamassu-migrate
|
node bin/lamassu-migrate
|
||||||
```
|
```
|
||||||
|
|
||||||
## Register admin user
|
## Run new-lamassu-admin
|
||||||
|
|
||||||
You'll use this generated URL in the brower in moment.
|
|
||||||
|
|
||||||
```
|
```
|
||||||
node bin/lamassu-register admin
|
cd new-lamassu-admin/
|
||||||
|
npm install
|
||||||
|
npm run start
|
||||||
```
|
```
|
||||||
|
|
||||||
## Run lamassu-admin-server
|
## Run lamassu-admin-server
|
||||||
|
|
||||||
In first terminal window:
|
In a second terminal window:
|
||||||
|
|
||||||
```
|
```
|
||||||
node bin/lamassu-admin-server --dev
|
node bin/lamassu-admin-server --dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Register admin user
|
||||||
|
|
||||||
|
In a third terminal window:
|
||||||
|
|
||||||
|
```
|
||||||
|
node bin/lamassu-register admin@example.com superuser
|
||||||
|
```
|
||||||
|
|
||||||
|
You'll use this generated URL in the brower in a moment.
|
||||||
|
|
||||||
## Complete configuration
|
## Complete configuration
|
||||||
|
|
||||||
Paste the URL from lamassu-register exactly as output, into a browser (chrome or firefox).
|
Paste the URL from lamassu-register exactly as output, into a browser (chrome or firefox).
|
||||||
|
|
@ -92,8 +102,6 @@ Go to all the required, unconfigured red fields and choose some values. Choose m
|
||||||
|
|
||||||
## Run lamassu-server
|
## Run lamassu-server
|
||||||
|
|
||||||
In second terminal window:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
node bin/lamassu-server --mockSms
|
node bin/lamassu-server --mockSms
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue