Read the docs on how to set up your own Paperbase instance.
- Docker
- Docker Compose
- Copy
.env.exampleto.env - Fill
APP_KEY(32 random chars) andDB_PASSWORD docker-compose up- Create a new user with
docker-compose exec app php artisan user:create - You can access Paperbase at
http://paperbase.localhost