VLAM Documentation

Setup

Setup Docker Package

  1. Clone the deploy branch
    git clone --branch deploy https://github.com/mhoek2/vlam.git
    cd vlam
  2. Adjust docker-compose.yml and .env to your needs
  3. Compose
    docker compose up -d --pull always
  4. Setup Database

By default the sql/vlam.sql is imported. use phpmyadmin to import a local backup. Migrations are not supported for this project yet ..

  1. Dashboard is now accessable using the url set in .env

Default Login

User Password
admin@vlam.nl   xcGBN7=58$cf
user@vlam.nl   9$Di524Gw%)f

Updating

  1. Update the containers
    cd vlam
    
    
    # shutdown containers.
    # ALWAYS BACKUP DATABASE (phpmyadmin)
    # DO NOT USE "-v" flag in compose down!
    docker compose down
    
    # remove appdata volume (/var/www)
    # TODO: Get rid of this ..
    docker volume rm vlam_appdata
    
    # pull latest & compose
    docker compose up -d --pull always
    
    # update database if required ( not implemented )
    #docker exec -it vlam_app php spark migrate

Search results