lifen-labs / covid

Covid-19 patients' self-monitoring at home via forms sent by SMS
https://www.youtube.com/watch?v=wwDJNR6SKmI
GNU Affero General Public License v3.0
66 stars 19 forks source link

Problème sur centos #1

Open CedricLandru opened 4 years ago

CedricLandru commented 4 years ago

Bonjour

J'ai tenté d'installer l'application sur un linux Centos 7, j'ai les erreur suivantes :

[covid19@localhost ~]$ brew cask install chromedriver ==> Tapping homebrew/cask Cloning into '/home/covid19/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-cask'... remote: Enumerating objects: 33, done. remote: Counting objects: 100% (33/33), done. remote: Compressing objects: 100% (30/30), done. remote: Total 419253 (delta 17), reused 6 (delta 3), pack-reused 419220 Receiving objects: 100% (419253/419253), 190.38 MiB | 525.00 KiB/s, done. Resolving deltas: 100% (296293/296293), done. Tapped 1 command and 3498 casks (3,615 files, 204.2MB). Error: Installing casks is supported only on macOS

Lors de la récupération du paquet covid.git, j'ai l'erreur suivante :

[covid19@localhost ~]$ git clone git@github.com:lifen-labs/covid.git && cd covid Cloning into 'covid'... The authenticity of host 'github.com (140.82.118.3)' can't be established. RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8. RSA key fingerprint is MD5:16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'github.com,140.82.118.3' (RSA) to the list of known hosts. Permission denied (publickey). fatal: Could not read from remote repository.

Cordialement Cédric Landru

dadicool commented 4 years ago

Thank you for your interest in our application. The initial instructions were focused on launching the application locally on MacOSX for development purposes or for deployment on heroku. We're working on improving the instructions for deployment on general purposes OS (Centos, Ubuntu). Please stay tuned!

AuroreM commented 4 years ago

Hi @dadicool I'm working a lot on docker, do you think it's useful that I take the time to "dockerize" the application ?

dadicool commented 4 years ago

Take a shot at it - would love to see a contribution !