Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 772 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 772 Bytes

demo_bookstack

https://www.bookstackapp.com

setup

  1. create parent folder with
    • listed docker-compose.yml
    • empty folders db, u, su (or preferred naming if you edit docker-compose)
  2. in directory, run docker-compose up
    • if bookstack errors out but mysql doesn't, docker-compose down & then re-run
  3. navigate to localhost:8080 & login as [email protected]:password
  4. edit/change as desired, data will be stored to these three folders

Disclaimer: not a good setup for multiple user updates inducing git MERGE CONFLICT

inspiration