Skip to content

morontt/reprogl

Repository files navigation

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 up

  docker exec gopher bash -c "yarn install"

  ./assets.sh
  ./build.sh

Start docker-compose and application

  docker compose up

About

My blog

Resources

License

Stars

Watchers

Forks