Skip to content

amolares/relecov-platform

 
 

Repository files navigation

relecov-platform

python_lint Code style: black Django Python Bootstrap version

THIS REPO IS IN ACTIVE DEVELOPMENT.

Table of contents

Installation

iSkyLIMS docker installation

Install relecov-platform in your server running ubuntu

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

Clone github repository

cd /opt
sudo git clone https://github.com/BU-ISCIII/relecov-platform.git relecov-platform

Configuration settings

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

Run installation script

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".

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.9%
  • CSS 26.2%
  • HTML 14.1%
  • Python 11.2%
  • Shell 0.6%