Skip to content

Installation

Sébastien Villemain edited this page Nov 4, 2018 · 8 revisions

note: the installation process is not automated yet

Working environment

Some information about the prerequisites

System Requirements

Find the official system requirements at Wiki Page.

PHP development environment

Use XAMPP to get a PHP development environment quickly.

XAMPP is a free, easy to install Apache distribution containing MariaDB, PHP, and Perl.

Integrated development environment

Netbeans 10.0 with PHP 7.2

Download and install Apache NetBeans 10.0 :

Netbeans 9.0 with PHP 7.1

  1. Download and install Apache NetBeans 9.0 : http://netbeans.apache.org/download/index.html
  2. Go to Tools>Plugins>Settings and add bits.netbeans.org/dev/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/nbms/updates.xml.gz
  3. In Available Plugins, select "Php" and click "Install"

PassionEngine installation

The installation process is simple.

PassionEngine source

  1. Copy ./PassionEngine sources to your server.
  2. Go to ./PassionEngine/Includes to configure the engine.
  3. If you are in a development environment, use the debug mode.

PassionEngine database

  1. Create a new database
  2. Import the database_structure.sql script found in ./PassionEngine/Engine/Install