# tars **Repository Path**: mirrors_ctripcorp/tars ## Basic Information - **Project Name**: tars - **Description**: 携程下一代发布系统 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Docker bootstrap Requirements - docker and docker-compose - GNU make Preperations ``` bash cp tars/settings/local.py.example tars/settings/local.py ``` Just type ``` bash make docker_bootstrap ``` Then, please visit http://localhost:8000 to access Tars # Frontend Build frontend ```bash make frontend ``` Build frontend using docker, please ensure container exit code is 0 ```bash make frontend_docker ``` If failed to install bower components, please try branch `demo/static_embedded` # Docker demo ``` bash ./demo/bootstrap.sh ``` Demo admin account: * username: admin * password: nomoresecrete