mirror of
https://github.com/outbackdingo/databunker.git
synced 2026-01-27 10:18:45 +00:00
update installation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user