Browse Source

docs: move to installation

Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
pull/1671/head
Wing-Kam Wong 3 years ago
parent
commit
286aacf725
  1. 10
      packages/noco-docs/content/en/setup-and-usages/dashboard.md

10
packages/noco-docs/content/en/setup-and-usages/dashboard.md

@ -22,16 +22,6 @@ Enter your work email and your password.
<img src="https://user-images.githubusercontent.com/35857179/126597144-0343b5ca-c7ca-47a4-926d-4e8df2f8c161.png" width="60%"/>
If you start your application without specifying `NC_DB`. A local SQLite will be created in root folder. Your data will be stored there.
If you are using Docker, it is recommended to mount `/usr/app/data/` for persistent volume (since `v0.10.6`), otherwise your data will be lost after recreating the container.
Example:
```
docker run -d -p 8080:8080 --name nocodb -v /local/path:/usr/app/data/ nocodb/nocodb:latest
```
## Initialize your first project
Once you have logged into NocoDB, you should see `My Projects`.

Loading…
Cancel
Save