https://github.com/teodevgroup/teo-development-setup
Setup script for Teo development
https://github.com/teodevgroup/teo-development-setup
Last synced: about 1 year ago
JSON representation
Setup script for Teo development
- Host: GitHub
- URL: https://github.com/teodevgroup/teo-development-setup
- Owner: teodevgroup
- License: apache-2.0
- Created: 2024-03-15T19:38:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T11:48:22.000Z (about 2 years ago)
- Last Synced: 2025-03-26T05:51:12.957Z (over 1 year ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Teo development setup
=====================
Script for setup Teo development environment.
## Setup
Clone repositories.
### GitHub source
```sh
bash <(curl -o- https://raw.githubusercontent.com/teocloud/teo-development-setup/main/setup.sh)
```
```sh
bash <(wget -qO- https://raw.githubusercontent.com/teocloud/teo-development-setup/main/setup.sh)
```
### Gitee source (for China users)
```sh
bash <(curl -o- https://gitee.com/teocloud/teo-development-setup/raw/main/setup.sh)
```
```sh
bash <(wget -qO- https://gitee.com/teocloud/teo-development-setup/raw/main/setup.sh)
```
## Update
Update repositories and make origin up-to-date with upstream if exists.
### GitHub source
```sh
bash <(curl -o- https://raw.githubusercontent.com/teocloud/teo-development-setup/main/update.sh)
```
```sh
bash <(wget -qO- https://raw.githubusercontent.com/teocloud/teo-development-setup/main/update.sh)
```
### Gitee source (for China users)
```sh
bash <(curl -o- https://gitee.com/teocloud/teo-development-setup/raw/main/update.sh)
```
```sh
bash <(wget -qO- https://gitee.com/teocloud/teo-development-setup/raw/main/update.sh)
```