THIS REPO IS IN ACTIVE DEVELOPMENT.
Before starting the installation check :
- You have sudo privileges to install the additional software packets that relecov-platform needs.
- Database (MySQL/MariaDB) is running
- Local server configured for sending emails
- Apache server is running on local server
cd /opt
sudo git clone https://github.com/BU-ISCIII/relecov-platform.git relecov-platform
Copy the initial setting template into a file named install_settings.txt
cp conf/template_initial_settings.txt initial_settings.txt
Open with your favourite editor the configuration file to set your own values for database ,email settings and the local IP of the server where relecov-platform will run.
sudo nano install_settings.txt
Relecov-platform is installed on the "/opt" directory. Before start the installation be sure you have sudo priveleges.
Execute the following commands in a linux terminal.
sudo bash install.sh
After installation is completed open you navigator typing "localhost" or the "server local IP".