

- #Cmdbuild installation ubuntu server how to#
- #Cmdbuild installation ubuntu server install#
- #Cmdbuild installation ubuntu server update#
- #Cmdbuild installation ubuntu server password#
#Cmdbuild installation ubuntu server install#
Next, exit from the Postgres user with the following command: exit Step 4 – Install OpenMAINTįirst, create a new user for OpenMAINT with the following command: adduser tomcat
#Cmdbuild installation ubuntu server password#
Psql -d template1 -c "ALTER USER postgres WITH PASSWORD 'admin' " Next, connect to Postgres and set a password for the Postgres database user. Set the Postgres password as shown below: New password: Once all the packages are installed, set the Postgres user password: passwd postgres Next, install other PostgreSQL packages with the following command: apt-get install postgis postgresql-10-postgis-3 libpostgis-java -y
#Cmdbuild installation ubuntu server update#
Next, update the repository and install PostgreSQL with the following command: apt-get update -yĪpt-get install postgresql-10 postgresql-contrib -y Next, add the PostgreSQL repository to APT with the following command: echo "deb focal-pgdg main" | tee /etc/apt//pgdg.list OpenMAINT uses PostgreSQL as a database backend, so you will need to install PostgreSQL version 10 on your server.įirst, add the GPG key with the following command: wget -quiet -O - | apt-key add. Once all the dependencies are installed, you can proceed to the next step.

You can install all of them with the following command: apt-get install gnupg2 wget unzip git curl -y Next, you will need to install some required dependencies on your server. OpenJDK 64-Bit Server VM (build 11.0.7+10-post-Ubuntu-3ubuntu1, mixed mode, sharing) OpenJDK Runtime Environment (build 11.0.7+10-post-Ubuntu-3ubuntu1) You should get the Java version in the following output: openjdk 11.0.7 Once the Java is installed, you can verify the Java version with the following command: java -version If not installed you can install it with the following command: apt-get install default-jdk -y OpenMAINT is built on Java, so Java must be installed on your server. apt-get update -y Step 2 – Getting Started Once you are logged in to your Ubuntu 20.04 server, run the following command to update your base system with the latest available packages. Connect to your Cloud Server via SSH and log in using the credentials highlighted at the top of the page. Create a new server, choosing Ubuntu 20.04 as the operating system with at least 8GB RAM. Step 1 – Create Atlantic.Net Cloud Serverįirst, log in to your Atlantic.Net Cloud Server.

#Cmdbuild installation ubuntu server how to#
In this post, we will learn how to install OpenMAINT on Ubuntu 20.04. You can also customize it according to the needs of the organization. OpenMAINT comes with powerful tools including dashboards, inventory control, reports, and tracking and history records. It is implemented on the open-source asset management framework CMDBuild. It is designed to manage and streamline maintenance processes at all scales and across all industries. Set a password for the postgresql postgres user, replacing “INSERTPWHERE” with your password.OpenMAINT is an open-source CMMS (Computerized Maintenance Management System) application used for managing movable assets including plants, technical devices, furniture, etc. Sudo apt-get install postgresql sudo apt-get install pgadmin3. Install postgresql and pgadmin3 (note to start pgadmin3 once it’s installed, just search for it in the Unity search in the top left hand corner).This document will guide you through all the needed steps, giving an extended explanation of available specifics and features. Jelastic PaaS provides a powerful and intuitive UI to create and configure environments up to your specific needs. Setting Up Environment The first step of any application hosting is a creation of the environment with the required isolated containers.The first step of any application hosting is a creation of the environment with the required isolated containers.
