GithubHelp home page GithubHelp logo

tmp-hlcm's Introduction

Eseguire Il generatore in locale

Per eseguire il software è necessario installare docker e docker-compose. La versione docker CE è sufficente. Per saperne di più

Installazione.

Clonare il progetto.

git clone https://github.com/donateoa/healthland.git

Con windows impostare la variabile di ambiente

SET COMPOSE_CONVERT_WINDOWS_PATHS=1 

Fai partire i servizi.

cd healthland && docker-compose pull && docker-compose up

Attendere qualche minuto che il sistema sia tutto su e in stato running. Le applicazioni organizzate in container sono le seguenti

  1. ldap-admin: Interfaccia grafica WEB per gestire il repository LDAP
  2. ldap-service: Servizio LDAP
  3. humhub: Applicazione Healthland
  4. survey-generator-postgresql: DB dei questionari
  5. adminer: Interfaccia grafica WEB per gestire il database mySQL di Humhub
  6. db: MYSQL di HumHub
  7. survey-generator-app: Backed dei questionari
  8. ionic-survey-generator-app: Applicazione Ionic per i questionari

I servizi sono disponibili ai seguenti link

  1. http://localhost:6443 - ldap-admin
  2. http://localhost:8090 - adminer
  3. http://localhost:85 - humhub
  4. http://localhost:8087 - survey-generator-app
  5. http://localhost:8088 - ionic-survey-generator-app

Aggiungere Utenti e Profili

Aprire ldap-admin ed effettuare il login con:

  • user: cn=admin,dc=example,dc=org
  • pwd: admin

Se non ci sono aggiungere i seguenti profili

  • groupAdmin
  • operatore
  • users

Guida allo startup: guida

Terminare l'esecuzione

per terminare l'esecuzione è sufficente chiudere il terminale o all'interno della finestra premere i tasti 'CTRL+C`.

Come trasferire tutto lo stack su un altro server.

  1. smontare tutti i containers. docker-compose down
  2. eseguire il commit dei dati. git add . && git commit -am "Add Backup data" && git push
  3. sul nuovo server eseguire il pull dei dati e lanciare i nuovi servizi con docker-compose. git pull && docker-compose up -d

per installare i moduli

E' necessario fornire le grant di scrittura alla cartella /var/www/localhost/htdocs/protected/runtime/cache/hu/ del container.

login to 10.11.42.39

ssh '[email protected]'@10.11.42.39

git token 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

tmp-hlcm's People

Contributors

donateoa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.