-
Notifications
You must be signed in to change notification settings - Fork 1
How to install and configure ?
To install Positivity, there is some pre-requis:
- Website server (apache/nginx/...)
- PhP
- PDO extension enabled in PhP config
- Get the Positivity's content by one of those way:
- Download latest release here
- Clone the git with
git clone https://github.com/Elikill58/Positivity
- Download the data here
- Put all content in your website folder (in
/var/www/html
by default, on linux).
Now, go at http://your-website.com/config and config your server on a page like that:
The left column is for the database informations that should contains data.
The right column contains the web admin user, which will be able to manage the website, users etc.
About "on header" config (link/server name) are for this (on top left) :
In the screen, the example of "server name" is "Local". The objective is to set your server name instead of "Negativity" or something.
To re-install Positivity, you just have to remove the file include/settings.txt
. You can also directly change it.
Warn: If you change the selected database to another one which didn't have a Positivty installation, you will have issues because users will not be added.
Welcome to the Positivity wiki!