README.md

Reprogl

license

Source code of new version my blog

This project is part of my personal blog system. Admin panel and information about the database (container, migrations, etc.) are located here.

Start project

Copy config file from dist and build application

  cp .env{.dist,} # edit the settings if necessary
  cp app.ini{.dist,}

  docker compose build
  docker compose run --rm nodejs bash -c "yarn install"

  ./assets.sh
  ./build.sh

Start docker-compose and application

  docker compose up
Конвейеры
0 успешных
0 с ошибкой