설치 단계 및 시작

어플리케이션 다운로드 하기

Need to install svn client to download and synchronize our package distribution repository.

Windows need install GitHub Desktop or download package file from following location.
https://github.com/boguenon/amplix

On linux system, install with apt package installer with following commands:

sudo apt-get install git

Pull repository with command.

git clone https://github.com/boguenon/amplix.git
git pull remote master

 

임베디드 패키지 설치 및 시작

Package installation is easy step on Installer Wizard.

Open command prompt on windows or shell terminal on linux system, and execute following command.

cd {APP_HOME}/bin

RUN_startup.bat

On linux machine run the shell script.
RUN_startup.sh

 

Open web browser and start Install wizard with following location.

http://localhost:8580/install/

 

웹서버에 디플로이하기

  • Edit web.xml file

    Open the web.xml file in /amplixbi/webapp/WEB-INF/web.xml.
    Edit APP_HOME for the folder that extracted. and uncomment the section


    <context-param>
        <param-name>APP_HOME</param-name>
        <param-value>/opt/amplix</param-value>
    </context-param>
  • Register Application
    On tomcat need to register context.xml on tomcat configuration folder.
    Create below file if not exists on your tomcat folder
    TOMCAT/conf/Catalina/localhost/amplix.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <Context docBase="/opt/amplix"
             cachingAllowed="true" reloadable="false">
    </Context>

Start web server and Install wizard

Open web browser and start Install wizard with following location.

http://localhost:8580/install/