No description
This repository has been archived on 2025-06-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2025-06-10 00:54:51 +03:00
client :) 2025-06-10 00:54:51 +03:00
migration :) 2025-06-10 00:54:51 +03:00
src :) 2025-06-10 00:54:51 +03:00
tests :) 2025-06-10 00:54:51 +03:00
.gitignore :) 2025-06-10 00:54:51 +03:00
booruconfig_default.toml :) 2025-06-10 00:54:51 +03:00
Cargo.lock :) 2025-06-10 00:54:51 +03:00
Cargo.toml :) 2025-06-10 00:54:51 +03:00
config.inc.php :) 2025-06-10 00:54:51 +03:00
docker-compose_templ.yaml :) 2025-06-10 00:54:51 +03:00
LICENSE.txt :) 2025-06-10 00:54:51 +03:00
README.md :) 2025-06-10 00:54:51 +03:00

Axumbooru

Проект не завершен и находится в активной разработке!

Выполнить для подготовки окружения к разработке

echo -e "DATABASE_URL=postgres://axumbooru:axumbooru@localhost/axumbooru\nRUST_LOG=debug" > .env
cp booruconfig_default.toml booruconfig.toml
cp docker-compose_templ.yaml docker-compose.yaml
# Запускает Postgresql на 5432,
# szurubooru/client на 80 и phpPgAdmin на 8080
docker compose up -d
cargo install sea-orm-cli
# Не забудь добавить ~/.cargo/bin в PATH
sea migrate
# Собирает и запускает Axumbooru
cargo run