An open API service indexing awesome lists of open source software.

https://github.com/ctripcorp/tars

携程下一代发布系统
https://github.com/ctripcorp/tars

Last synced: about 1 year ago
JSON representation

携程下一代发布系统

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