-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Sébastien Villemain edited this page Nov 4, 2018
·
8 revisions
note: the installation process is not automated yet
Some information about the prerequisites
Find the official system requirements at Wiki Page.
Use XAMPP to get a PHP development environment quickly.
XAMPP is a free, easy to install Apache distribution containing MariaDB, PHP, and Perl.
Download and install Apache NetBeans 10.0 :
- Last beautiful build: https://builds.apache.org/job/incubator-netbeans-linux/lastSuccessfulBuild/artifact/nbbuild/
- Download and install Apache NetBeans 9.0 : http://netbeans.apache.org/download/index.html
- Go to Tools>Plugins>Settings and add
bits.netbeans.org/dev/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/nbms/updates.xml.gz
- In Available Plugins, select "Php" and click "Install"
The installation process is simple.
- Copy
./PassionEngine
sources to your server. - Go to
./PassionEngine/Includes
to configure the engine. - If you are in a development environment, use the debug mode.
- Create a new database
- Import the database_structure.sql script found in
./PassionEngine/Engine/Install