Jease ::Quickstart

来源:互联网 发布:阿里云服务器流量 编辑:程序博客网 时间:2024/06/02 14:36

Jease ::Quickstart

1) Prerequisites

  • Download and install a recent Java SE Development Kit (Java SE JDK) or OpenJDK. Please note: You'll need a full Java Development Kit (JDK), a simple Java Runtime Environment (JRE) won't work.
  • Check your environment-variables: JAVA_HOME needs to point to the root-directory of your JDK.

2) Install

  • Download the latest binary release bundle.
  • Unzip the downloaded package.

<appended here, so as to avoid your other tomcat configuration>

put the following variables to the startup script
set "CATALINA_BASE=D:\Project\jease-2.10\jease"
set "CATALINA_HOME=D:\Project\jease-2.10\jease"
set "CATALINA_TMPDIR=D:\Project\jease-2.10\jease\temp"
upzip the war under ROOT folder before start

<appended here, so as to avoid your other tomcat configuration>

3) Start

  • Linux: Open a terminal and enter:
    jease/bin/catalina.sh run
  • Windows: Navigate to "jease -> bin" and double-click:
    startup (= startup.bat)

4) Setup

  • Open your browser and call:
    http://localhost:8080/cms/setup
  • Choose a name, login and password for the administration account.
  • Now you're redirected to the login-page. Enter the login and password for the newly created administrator.
  • Have fun...

5) Login

  • To login later on, simply call:
    http://localhost:8080/cms
  • To view the public page:
    http://localhost:8080/