Skip to content

cgsb/hitscoreweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

635 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CGSB Genomics Core Facility LIMS Webapplication
===============================================

The project is easy to build:

    make [static]

From current directory, with (if you use `static`, replace `test` with
`static`):

    hsw_manager dev test -port 8080

after some initialization time one should get something at
<http://localhost:8080>.

Also:

    hitscore <profile> rpm <options>

launches the generation of the RPM package.


--------------------------------------------------------------------------------

Useful commands:

Create OpenSSL self-signed certificates:

    openssl genrsa -des3 -out privkey.pem 1024
    openssl req -new -x509 -days 1001 -key privkey.pem -out cert.pem
    openssl rsa -in privkey.pem -out privkey-unsec.pem

Launch the test webserver locally (bytecode version):

    hsw_manager dev test -port 8080 -ssl cert.pem privkey-unsec.pem -ssl-dir .

Can also run

    make static &&  hsw_manager dev static -port 8080 -ssl cert.pem privkey-unsec.pem -ssl-dir .

About

Hitscoreweb Project

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •