https://github.com/thenets/easywaze-cli
https://github.com/thenets/easywaze-cli
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thenets/easywaze-cli
- Owner: thenets
- Created: 2018-07-12T06:04:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T23:06:26.000Z (almost 8 years ago)
- Last Synced: 2025-06-28T00:37:09.784Z (12 months ago)
- Language: Go
- Size: 71.3 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# easywaze-cli
Project to get metrics from Waze CCP platform and genarate a set of metrics and alerts.
## Production mode
Requirements:
- Ubuntu, Debian, Fedora or CentOS.
- Docker support.
- Packages `curl` and `bash`.
How to install
```bash
curl https://raw.githubusercontent.com/thenets/easywaze-cli/master/easywaze-install.sh --output easywaze-install.sh
chmod +x easywaze-install.sh
sudo ./easywaze-install.sh
```
## Developer mode
This mode allow the development of EasyWaze.
```bash
# Build Docker images
make build
# Start all containers and prepare directories
make prepare
# Enter into shell mode inside the EasyWaze container
make shell
# Install dependencies
pip install -r requirements.txt
# Run main file
python main.py
```
Acesse `localhost:5000` com `root` e `root` e confira se os dados foram capturados