Run Guide ·

Run IronValet with Docker or build it locally

The local, containerized, and portable Windows setup paths.

By Ali Emami

Run IronValet with Docker or build it locally
IronValet / IRONVAULT supports local Flask development, Docker deployment, and a portable Windows build. IronValet login Use this path to inspect the setup flow or develop directly: start.py prepares directories, environment configuration, and database setup before Flask starts. Create .env from the example and replace the placeholders. Review SECRET_KEY, DATABASE_URL, VAULT_ENCRYPTION_KEY, and SECURE_COOKIES; the SQLite URL stays relative for portability. Create the initial admin when needed: IronValet vault list Back up ./instance/ironvault.db, ./uploads/, and .env. While SQLite is active, run a single application instance; scale-out requires PostgreSQL or MySQL.
IronValet case study
Share this post:

Continue

Recent notes