A live demo, not featuring editing and uploading capability, is visible at ajkneisl.photos.
- Clone the repository:
git pull https://github.com/ajkneisl/bulletin - In the cloned directory, build using the Dockerfile:
sudo docker build -t bulletin . - After built, run using
docker run -p 8080:8080 bulletin, optionally replacing the latter8080with your preferred port. - Bulletin is now available at
http://localhost:8080!
To upload photos or create text, you first need to log in. This is available at http://localhost:8080/login, with the
default login admin:admin.
After logging in, the board will feature controls at the bottom right, allowing for creation of text blocks, alongside allowing for uploading.
To upload a photo, simply drag it over the website.