https://github.com/schweigert/inscreveai
Inscreve Ai Services
https://github.com/schweigert/inscreveai
Last synced: over 1 year ago
JSON representation
Inscreve Ai Services
- Host: GitHub
- URL: https://github.com/schweigert/inscreveai
- Owner: schweigert
- License: mit
- Archived: true
- Created: 2018-10-22T19:24:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T16:56:11.000Z (over 7 years ago)
- Last Synced: 2025-02-12T11:52:40.198Z (over 1 year ago)
- Language: Go
- Size: 1.91 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inscreveai
Inscreve Ai Services
# Install dependencies
Run all over Docker Compose!
## docker
```
sudo apt remove docker docker-engine docker.io
sudo apt install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo apt-key fingerprint 0EBFCD88
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable"
# sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt update
sudo apt install docker-ce
sudo usermod -aG docker exampleuser
sudo curl -L https://github.com/docker/compose/releases/download/1.21.2/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
```
# Build
```
make build
```
# Run
```
make run
```
# Documentation
The documentation about this project it's available on `Documentação.pdf`