Skip to content

mikolajlubiak/motey

Repository files navigation

Motey

Setup

  • Create .env file from template:
cp .env.dist .env

Replace default variables with your own

  • Run the script:
./setup.sh

Run

Local/Testing:

  • Source the script:
source run_local.sh

Production:

  • Change the domain in Caddyfile
  • Run the script:
./run_prod.sh