Email: [email protected]
Matrix: @programmerphil:matrix.philipu.dk

  • 1 Post
  • 5 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle



  • I’m not @ivy, but I have setup a kbin instance using the “Install with docker” guide.
    I ran into the following issues:

    1. Including a symbol in the passwords in .env file. You either have to encode/escape the symbols or not use them. I ended up using passwords without symbols.
    2. Before running yarn install and yarn build, I had to isssue composer commands as described here
    3. File permissions issues. The docker compose up command failed, if everything in the kbin directory didn’t belong to the kbin user.

    Also if you want to use docker, then there should be a new setup soon(See here)