aHub-Tech / Live-Divulgador

Divulgador de Twitch streams no Twitter
https://livedivulgador.herokuapp.com/
GNU General Public License v3.0
11 stars 3 forks source link

Feature/docs #43

Closed vcwild closed 2 years ago

vcwild commented 2 years ago

O que foi feito?

O que precisa ser feito?

Closes #1 #44

RodrigoDornelles commented 2 years ago

Não consegui fazer rodar

Attempt 1

rodrigo@linux:~/projetos/Live-Divulgador$ sh scripts/install.sh 
scripts/install.sh: 3: source: not found
scripts/install.sh: 6: print_header: not found
scripts/install.sh: 9: print_check: not found

Attempt 2

rodrigo@linux:~/projetos/Live-Divulgador$ ./scripts/install.sh 

-- Preparing python virtual environment 
[ KO ] virtualenv initialization /home/rodrigo/projetos/Live-Divulgador/venv
[ KO ] pip upgrade
[ KO ] pip install setuptools_scm
       ... installing livedivulgador bot component
[ KO ] livedivulgador bot installation
       ... checking CLI
[ KO ] livedivulgador CLI installation
chrisemke commented 2 years ago

I had the same problem that @RodrigoDornelles had.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

vcwild commented 2 years ago

Não consegui fazer rodar

Attempt 1

rodrigo@linux:~/projetos/Live-Divulgador$ sh scripts/install.sh 
scripts/install.sh: 3: source: not found
scripts/install.sh: 6: print_header: not found
scripts/install.sh: 9: print_check: not found

Attempt 2

rodrigo@linux:~/projetos/Live-Divulgador$ ./scripts/install.sh 

-- Preparing python virtual environment 
[ KO ] virtualenv initialization /home/rodrigo/projetos/Live-Divulgador/venv
[ KO ] pip upgrade
[ KO ] pip install setuptools_scm
       ... installing livedivulgador bot component
[ KO ] livedivulgador bot installation
       ... checking CLI
[ KO ] livedivulgador CLI installation

Try using chmod +x ./scripts/install.sh before running the script