genomicsITER / relecov-platform

Hackathon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Hackathon

License:GNU General Public License v3.0


Languages

Language:JavaScript 47.9%Language:CSS 26.2%Language:HTML 14.1%Language:Python 11.2%Language:Shell 0.6%