add README
This commit is contained in:
parent
f0743380b7
commit
4c3d1eb43b
18
README.md
Normal file
18
README.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
# OwnCloud "Infinite Scale"
|
||||
|
||||
OCIS is an alternative to OwnCloud/NextCloud which comes with a much more limited
|
||||
feature-set, but eliminates the performance and (🤞) stability issues inherent to
|
||||
those legacy codebases due to their having been written in PHP. OCIS is written
|
||||
in Go and provides a singles static binary, which creates that strict barrier
|
||||
between application code and persistent data which has bitten me so many times.
|
||||
|
||||
## First run
|
||||
If you've just cloned this to a new machine, you have to bootstrap the service:
|
||||
|
||||
```console
|
||||
$ mkdir -p mounts/{config,data}
|
||||
$ docker compose run init
|
||||
```
|
||||
|
||||
## Subsequent runs
|
||||
The application requires nothing special, just a `docker compose up`.
|
Loading…
Reference in a new issue