Folders
>
Database
>
Website and others
>
Admin
>
Installation
>
Done
Folders
helPHP folder
Path to the helPHP folder libs is needed. Usually is something like /home/helPHP/
The installation can't work without the right path.
Logs file
Path to the file where the logs are written
Root FS folder name (storage folder)
Path to the folder where the files are stocked. Useful if you plan to use helPHP's filesystem, otherwise ignore it.
Next
Main database
Root access to your database, will only be used during the installation and will not be saved.
Username
Password
Main database information, every fields are needed.
Host name
Base name
Username
Password
Prefix
Replication database
To enable a replication master/slave between two database
Activate replication
The main database information (master) you give before will be used with the following information (slave) to activate the replication.
User root to access the second database, will not be saved and used only during the installation.
Username
Password
Second database information, every fields are needed.
Host
Base
Username
Password
Central database
To enable a central database to share users, groups and more between instances
Activate central
User root to access the central database, will not be saved and used only during the installation.
Username
Password
Central database information, every fields are needed.
Host name
Base name
Username
Password
Jobs database
To enable a jobs database to asynchronously execute external process.
Activate jobs
User root to access the jobs database, will not be saved and used only during the installation.
Username
Password
Jobs database information, every fields are needed.
Host name
Base name
Username
Password
Next
Website
Website name
Used to set the session name, usually something similar to your domain name.
Domain name
Domain name to access your site, if you are in a local instance, put localhost here.
Base url
Full URL to access your site like
https://domain.com/
. If you are in local put http://localhost/ here.
Admin (backfoffice) folder name
We recommend to set a weird word here to make the hacker life a bit more difficult than writing admin to get to the backoffice.
Redis
To connect with a redis database to store the session. Otherwise session is stored in database.
Activate Redis
Host
Port
Others
To enable access to the REST API.
Activate API
Activate if your are using a cluster for your storage.
In a cluster
Next
Admin credentials
To connect as administrator to your instance. Keep those credentials safe !
Username
Password
Next
Installation
The installation is running.
Please wait. It can take several minutes.
The page will refresh automatically when finished.
Next
Success
Installation done.
Connect to your
admin
and start working with helPHP !
Note : check the BASE_URL constant in config/main.php if you can't connect.