Difference between revisions of "Headwind MDM"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{Draft}} == See also == * {{MDM}}")
Tags: Mobile web edit, Mobile edit
 
 
(15 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
  
 +
* App: [[ManageEngine MDM]]
  
 +
== Installation ==
 +
* <code>sudo apt update && apt install -y openjdk-8-jdk aapt tomcat9 postgresql unzip</code>
 +
*<code>[[wget]] https://h-mdm.com/files/hmdm-3.33-install-ubuntu.zip && [[unzip]] hmdm-*-install-ubuntu.zip && cd hmdm-install && sudo ./hmdm_install.sh</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]:
 +
 +
Web application setup
 +
=====================
 +
Headwind MDM requires access from Internet
 +
Please assign a public domain name to this server
 +
 +
Protocol (http|https) [http]: http
 +
Domain name or public IP (e.g. example.com):
 +
Port (leave empty for default ports 80 or 443): 8080
 +
Project path on server or ROOT [/hmdm]: /hmdm
 +
Tomcat virtual host [localhost]: localhost
 +
 +
Ready to install!
 +
Location on server: /var/lib/tomcat9/work
 +
URL: http://:8080/hmdm
 +
Is this information correct [Y/n]? Y
 +
Tomcat config file created: /var/lib/tomcat9/conf/Catalina/localhost//hmdm.xml
 +
Deploying hmdm-3.33.1-os.war to Tomcat: /var/lib/tomcat9/webapps//hmdm.war
 +
..........................
 +
Deployment successful, initializing the database...
 +
 +
======================================
 +
Headwind MDM has been installed!
 +
To continue, open in your web browser:
 +
http://:8080/hmdm
 +
Login: admin:admin
 +
 +
</pre>
  
 
== See also ==
 
== See also ==
 
* {{MDM}}
 
* {{MDM}}
 +
 +
 +
[[Category:Mobile]]

Latest revision as of 18:41, 12 April 2021

This article is a Draft. Help us to complete it.


Installation[edit]

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]:

Web application setup
=====================
Headwind MDM requires access from Internet
Please assign a public domain name to this server

Protocol (http|https) [http]: http
Domain name or public IP (e.g. example.com):
Port (leave empty for default ports 80 or 443): 8080
Project path on server or ROOT [/hmdm]: /hmdm
Tomcat virtual host [localhost]: localhost

Ready to install!
Location on server: /var/lib/tomcat9/work
URL: http://:8080/hmdm
Is this information correct [Y/n]? Y
Tomcat config file created: /var/lib/tomcat9/conf/Catalina/localhost//hmdm.xml
Deploying hmdm-3.33.1-os.war to Tomcat: /var/lib/tomcat9/webapps//hmdm.war
..........................
Deployment successful, initializing the database...

======================================
Headwind MDM has been installed!
To continue, open in your web browser:
http://:8080/hmdm
Login: admin:admin

See also[edit]

Advertising: