Skip to content

Instantly share code, notes, and snippets.

@hirofumihida
Last active December 4, 2018 17:18
Show Gist options
  • Save hirofumihida/13f8dbc944582a1f97c0a9623189c4c8 to your computer and use it in GitHub Desktop.
Save hirofumihida/13f8dbc944582a1f97c0a9623189c4c8 to your computer and use it in GitHub Desktop.
Camunda Install Memo

Camunda install memo

main site

Latest Version

  • 7.10

community platform download

document

requirement

application server

  • Tomcat 7.0/8.0/9.0

database

  • PostgreSQL 9.1/9.3/9.4/9.6/10.4

Java

  • Java 8/9/10/11

System

  • AWS EC2
    • Type: t2.medium
      • OS: CentOS7 (ami-9887c6e7)
        • CentOS Linux release 7.5.1804 (Core)
      • DB: PostgreSQL 10.4
        • camundadb
          • dbuser / dbuser
yum -y update
cat /etc/redhat-release

CentOS Linux release 7.6.1810 (Core)

yum -y install vim git wget unzip
yum -y install \
java-1.8.0-openjdk.x86_64 \
java-1.8.0-openjdk-devel.x86_64

export JAVA_HOME=/usr/lib/jvm/java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment