https://github.com/ctripcorp/tars
携程下一代发布系统
https://github.com/ctripcorp/tars
Last synced: about 1 year ago
JSON representation
携程下一代发布系统
- Host: GitHub
- URL: https://github.com/ctripcorp/tars
- Owner: ctripcorp
- License: apache-2.0
- Created: 2016-12-19T10:53:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T03:07:11.000Z (over 4 years ago)
- Last Synced: 2024-04-16T17:22:06.424Z (about 2 years ago)
- Language: JavaScript
- Size: 17.8 MB
- Stars: 367
- Watchers: 31
- Forks: 158
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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