Installation Steps
Download application package
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:
Pull repository with command. |
Package Installation
Package installation is easy step on Installer Wizard.
Open command prompt on windows or shell terminal on linux system, and execute following command.
|
Open web browser and start Install wizard with following location.
http://localhost:8580/install/
|
Deploy as WebApplication
-
Edit web.xml file
Open the
web.xml
file in/amplixbi/webapp/WEB-INF/web.xml
.
EditAPP_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/
|