-
Notifications
You must be signed in to change notification settings - Fork 0
Quick Start
Aleksandr Artamokhov edited this page Jun 26, 2026
·
1 revision
- Docker + Docker Compose
- LLM API keys (DeepSeek, OpenAI, Anthropic, etc.) — configure in Admin → LLM Providers
- ~4 GB RAM minimum; bind mount for
data/recommended
git clone https://github.com/alexar76/aicom.git
cd aicom
cp -n .env.example .env
# Edit .env: at least one LLM provider key
docker compose up -d --build| URL | Purpose |
|---|---|
http://localhost:9080/ |
Storefront |
http://localhost:9080/admin/login |
Admin UI |
http://localhost:9081/api/health |
API health (direct) |
http://localhost:9081/api/docs |
Swagger |
There is no default password in the repo.
| Mode | Password |
|---|---|
Interactive (docker compose run -it app) |
Console prompt |
Detached (up -d) |
data/secrets/bootstrap_admin.txt |
| Dev only |
AIFACTORY_DEV_BOOTSTRAP_PASSWORD in .env
|
See Security.
- Log in as
admin - New product tab — enter a one-line idea
- Choose marketing_landing (faster) or full_software
- Watch Pipeline tab — stages advance automatically
CLI shortcut (after bootstrap):
export DEMO_ADMIN_PASSWORD='your-bootstrap-password'
./demo.sh "SaaS for remote team standups"chmod +x scripts/deploy.sh
./scripts/deploy.sh --public-url https://your-factory.example.comFills missing .env keys only; never overwrites existing secrets. Details: Deployment.
README.md-
docs/USER_GUIDE.md— illustrated walkthrough