Linux / MAC / Windows Installation
Requirements
How To Install
pull the image you want from docker repository Tamreen
docker pull cybrarist/tamreen:latest
run the image with the env variables that are needed
shell
docker run -d \
-p 8080:80 \
-v ./database:/app/database/sqlite \
-e DB_CONNECTION=sqlite \
-e APP_TIMEZONE=UTC \
-e APP_URL="http://localhost:8080" \
-e ASSET_URL="http://localhost:8080" \
cybrarist/tamreen:latest
WARNING
Please refer to Environments to get a list of available options.