Giter VIP home page Giter VIP logo

irusri / geniesys Goto Github PK

View Code? Open in Web Editor NEW
23.0 4.0 26.0 130.02 MB

Genome Integrative Explorer System (GenIE-Sys)

Home Page: http://geniesys.org

License: BSD 3-Clause "New" or "Revised" License

PHP 3.82% JavaScript 49.39% CSS 3.78% HTML 6.57% Roff 7.31% Shell 0.38% Perl 17.50% XSLT 0.22% Hack 0.10% Makefile 0.66% C 9.36% C++ 0.48% TeX 0.04% Java 0.07% Lua 0.23% Python 0.06% M4 0.01% R 0.02%

geniesys's Introduction

DOI:10.1101/808881

Docker installation can be tested or run in several ways.

1.) Run using Play with Docker
The quickest way to test the GenIE-Sys, it takes only a few minutes

Try in PWD

2.) Run with already built in Docker image
The fastest way to run the GenIE-Sys locally or your own server

docker run --rm -i -t -p "80:80" -p "3308:3306" -v ${PWD}/genie:/app -v ${PWD}/mysql:/var/lib/mysql -e MYSQL_ADMIN_PASS="mypass" --name geniesys irusri/docker4geniesys

3.) Build image locally using Dockerfile and run.
This is quite slow since you have to build the image locally

git clone https://github.com/irusri/docker4geniesys.git  
cd docker4geniesys  
docker-compose up

You can access the MySQL database using mysql -u admin -pmypass -h localhost -P 3308 or using http://localhost/phpmyadmin. As you may noticed here admin is the default MySQL username and mypass is the default password. You can change the default password in docker-compose.yml file.

๐Ÿ‘ You can access the GenIE-Sys on http://localhost/geniesys/ URL and follow the documentation.

Licence & Contributors

This work is under Free and Open Source licence

Contributions are welcome!

geniesys's People

Contributors

irusri avatar maehler avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

geniesys's Issues

draggable menu genelist

Change the draggable menu cancel button and It should be appeared active form state only.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.