update installation

This commit is contained in:
stremovsky
2019-12-15 12:52:41 +02:00
parent 01fce461b2
commit f85e5c9dc7

View File

@@ -41,10 +41,9 @@ docker run -v /tmp/data:/databunker/data -p 3000:3000 \
--rm --name dbunker paranoidguy/databunker
```
# Ctreate a test record
# Create a test record
You can download and run a small test script that will create a number of records.
It will create a test user.
You can download and run a small test script that will create a user record, user app record, user consent, etc...
```
curl https://raw.githubusercontent.com/paranoidguy/databunker/master/create-test-user.sh -o test.sh
@@ -52,7 +51,7 @@ chmod 755 ./test.sh
./test.sh **DATABUNKER_MASTERKEY**
```
You can open browser at http://localhost:3000/
You can now open browser at http://localhost:3000/
Use the following account details:
Email: test@paranoidguy.com