Adding docs and ready for 1.0.0

Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
Kris Nóva 2021-02-11 18:04:53 -08:00
parent c78e3d199e
commit 94dde03103
63 changed files with 394 additions and 5616 deletions

17
sample-app/README.md Normal file
View file

@ -0,0 +1,17 @@
# Sample App
This is bad code.
We shell exec the start/stop/create/destroy docker commands (poorly)
and this is how the unit testing suite attempts to start/stop/create/destroy
the local persistent store.
### Running The Sample App
```bash
./pcreate # Will create the sample app running locally
./pdestroy # Will destroy the sample app, but the data will persist regardles of running this command
./pstop # Will stop the photoprism app from running/serving
./plogs # Will tail the photoprism logs
./pstart # Will start an already created, and then stopped Photoprism application
```