У нас вы можете посмотреть бесплатно How to install the latest version of DHIS2 (2.34.1) on Windows 10 in 2020 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
NOTE: For installing newer versions of DHIS2, please see the updated video for 2023 instead. See video link • How to install the latest DHIS2 (2.40.1) o... Links to installation files: PostgreSQL: https://www.enterprisedb.com/download... JAVA JRE: https://www.oracle.com/java/technolog... JAVA JDK: https://www.oracle.com/java/technolog... DHIS2: https://www.dhis2.org/downloads PostgreSQL Optimization: max_connections = 200 shared_buffers = 3200MB shared_buffers = 3200MB work_mem = 20MB maintenance_work_mem = 512MB effective_cache_size = 8000MB checkpoint_completion_target = 0.8 synchronous_commit = off wal_writer_delay = 10000ms random_page_cost = 1.1 max_locks_per_transaction = 96 Add to Apache Tomcat configuration file: relaxedQueryChars="[]" Create a file called dhis.conf and add to the file the following: connection.dialect = org.hibernate.dialect.PostgreSQLDialect connection.driver_class = org.postgresql.Driver connection.url = jdbc:postgresql:dhis2db connection.username = dhis2admin connection.password = 12345 connection.schema = update encryption.password = abcd server.base.url = http://localhost:8080/dhisyoutube Under “System Variables” click “New” to add the following: Variable Name: DHIS2_HOME Value: C:\DHIS2 Variable Name: JAVA_HOME Value: C:\Program Files\Java\jre1.8.0_261 Variable Name: JAVA_OPTS Value: -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=768m Make sure “Path” variable includes the path to JDK’s “bin” folders address (i.e. C:\Program Files\Java\jdk1.8.0_251\bin).