Difference between revisions of "Headwind MDM"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 7: | Line 7: | ||
* <code>sudo apt install openjdk-8-jdk aapt tomcat9 postgresql unzip</code> | * <code>sudo apt install openjdk-8-jdk aapt tomcat9 postgresql unzip</code> | ||
+ | <pre> | ||
+ | sudo ./hmdm_install.sh | ||
+ | Please choose the installation language (en/ru) [en]: en | ||
+ | |||
+ | PostgreSQL database setup | ||
+ | ========================= | ||
+ | Make sure you've installed PostgreSQL and created the database: | ||
+ | # CREATE USER hmdm WITH PASSWORD 'topsecret'; | ||
+ | # CREATE DATABASE hmdm WITH OWNER=hmdm; | ||
+ | |||
+ | PostgreSQL host [localhost]: localhost | ||
+ | PostgreSQL port [5432]: 5432 | ||
+ | PostgreSQL database [hmdm]: hmdm | ||
+ | PostgreSQL user [hmdm]: hmdm | ||
+ | PostgreSQL password: topsecret | ||
+ | |||
+ | File storage setup | ||
+ | ================== | ||
+ | Please choose where the files uploaded to Headwind MDM will be stored | ||
+ | If the directory doesn't exist, it will be created | ||
+ | ##### FOR TOMCAT 9, USE SANDBOXED DIR: /var/lib/tomcat9/work ##### | ||
+ | |||
+ | Headwind MDM directory [/var/lib/tomcat9/work]: | ||
+ | </pre> | ||
Revision as of 13:36, 12 April 2021
This article is a Draft. Help us to complete it.
Installation
sudo apt install openjdk-8-jdk aapt tomcat9 postgresql unzip
sudo ./hmdm_install.sh Please choose the installation language (en/ru) [en]: en PostgreSQL database setup ========================= Make sure you've installed PostgreSQL and created the database: # CREATE USER hmdm WITH PASSWORD 'topsecret'; # CREATE DATABASE hmdm WITH OWNER=hmdm; PostgreSQL host [localhost]: localhost PostgreSQL port [5432]: 5432 PostgreSQL database [hmdm]: hmdm PostgreSQL user [hmdm]: hmdm PostgreSQL password: topsecret File storage setup ================== Please choose where the files uploaded to Headwind MDM will be stored If the directory doesn't exist, it will be created ##### FOR TOMCAT 9, USE SANDBOXED DIR: /var/lib/tomcat9/work ##### Headwind MDM directory [/var/lib/tomcat9/work]:
See also
Advertising: