Download
Everything you need to get your application up and running.
Prerequisites
In order to correctly install the XPharma application, the following items are required:
☕ Java (JRE) 1.8 or higher;
🐘 PostgreSQL 12.17.1 or higher;
🍃 Apache HTTP Server or another web server capable of serving static web pages.
🐱 Tomcat 8 or 9 (optional).
Download folder
XPharma is available as a ZIP archive. Once unzipped, the root folder of the archive, called XPharma-0.0.1, has the following structure:
Depending on the type of server you selected (Tomcat application or standalone Java application), some files might be missing.
XPharma-0.0.1
|-- db
| |-- create_db.sql
|-- xpharma-client
| |-- server-config.json
| |-- ...
|-- xpharma-standalone
| |-- xpharma-api-0.0.1.jar
| |-- xpharma-server-start.bat
| |-- xpharma-server-start.sh
|-- xpharma-web
| |-- xpharma-api-0.0.1.war
| |-- setenv.bat
| |-- setenv.sh
|-- Readme.mdThe folder xpharma-client (not fully expanded here) contains the web resources of the XPharma client. Essentially, it is a static web application.
Last updated