Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 551 Bytes

File metadata and controls

26 lines (17 loc) · 551 Bytes

The Architect

The Architect is a web application software the manages agents and users in one collaborative environment.

Getting Started.

git clone <url>
cd TheArchitect
docker compose up -d --build

See the file config.py for the initial administrator password and email.

Update any other system settings in the system via the Admin panel once the software is running.

Access by default is on "http:://localhost:3000

Logging for testing

docker compose logs web -f |& tee test-logs.txt