- Webserver (Apache, Nginx, LiteSpeed, IIS, etc.) with PHP 8.4 or higher
- PostgreSQL with Version 16 or higher
This project expects you to have local webserver (see requirements) running, preferably with the symfony binary in your development environment.
-
Launch a terminal or console and navigate to the webroot folder. Clone this repository from GitHub to a folder in the webroot of your server, e.g.
~/webroot/collaborative-ivena-statistics.$ cd ~/webroot $ git clone https://github.com/nplhse/collaborative-ivena-statistics.git -
Install the project with all dependencies by using make.
$ cd ~/webroot/collaborative-ivena-statistics $ make install -
You are ready to go, just open the site with your favorite browser!
Note
Please note that with this instruction you'll get a ready to use development application that is populated with some reasonable default data. Due to the very early development state there is no way to install an empty application.
Any contribution to this project is appreciated, whether it is related to fixing bugs, suggestions or improvements. Feel free to take your part in the development of this project!
However, you should follow some simple guidelines which you can find in the CONTRIBUTING file. Also, you must agree to the Code of Conduct.
See LICENSE.