- Cloud Server for AppFlowy
- See deployment guide
You'll need to install:
- copy the configurations from
dev.env
to.env
- edit the
.env
as required (such as SMTP configurations)
docker compose --file docker-compose-dev.yml up -d
cargo install sqlx-cli
sqlx database create
sqlx migrate run
cargo sqlx prepare --workspace
cargo run
cargo test
- PgAdmin
- OR command line:
export PGPASSWORD=password
psql --host=localhost --username=postgres --port=5433
- Redis
redis-cli -p 6380