refactor
This commit is contained in:
parent
eba038840a
commit
8739297201
2 changed files with 8 additions and 2 deletions
|
@ -1,11 +1,10 @@
|
|||
---
|
||||
obj: application
|
||||
os: linux
|
||||
website: https://natrongithub.github.io/
|
||||
website: https://natrongithub.github.io
|
||||
flatpak-id: fr.natron.Natron
|
||||
---
|
||||
# Natron
|
||||
#🐇 #wip
|
||||
Natron is a powerful Digital Compositor that can handle all of your 2D/2.5D needs. Its robust OIIO file formats and OpenFX architecture is what make Natron the most flexible open source compositor for the visual effects community. Its interface and functionally are the same across all platforms such as [macOS](../../macos/macOS.md), [Linux](../../linux/Linux.md) and [Windows](../../windows/Windows.md). Natron has a powerful keying, roto/rotopaint, 2D tracking tools that are staple for all current film production project that requires visual effects.
|
||||
|
||||
![Screenshot][Screenshot]
|
||||
|
|
|
@ -22,6 +22,13 @@ mkdir -p ./config
|
|||
docker run --rm --entrypoint="/bin/sh" -v $(pwd)/config:/mnt matrixdotorg/dendrite-monolith:latest -c "/usr/bin/generate-config -dir /var/dendrite/ -db postgres://dendrite:itsasecret@postgres/dendrite?sslmode=disable -server YourDomainHere > /mnt/dendrite.yaml"
|
||||
```
|
||||
|
||||
## Administration
|
||||
**Create a new Account:**
|
||||
To create a new account, use this command inside the dendrite container:
|
||||
```sh
|
||||
/bin/create-account -config /path/to/dendrite.yaml -username USERNAME [-admin]
|
||||
```
|
||||
|
||||
### Docker-Compose
|
||||
Start the docker compose service:
|
||||
```yaml
|
||||
|
|
Loading…
Reference in a new issue