Skip to content

IcingInk/dw-seqdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dw-seqdb

the vagrant-project is located here : https://bitbucket.org/aafc-mbb/seqdb-vagrant
this is a docker-project, transforming the above vagrant-project (dev) to a docker-project.

tomcat, java and mysql

  1. Tomcat version : 7.0.69
  2. Java version, Oracle : 1.8.0_77
  3. MySQL version : 5.6

2 files are missing ...

  1. the sql-file
  2. the seqdbweb.war

in order to run.

  1. Obtain the sql-file and the war-file
  2. place the sql-file in the '/mysql_autoload/'-directory.
  3. place the seqdbweb.war in the '/srv/releases/'-directory.

deploy seqdbweb.war

  1. login : $ docker exec -it 'container-name' bash
  2. deploy: $ cp ~/releases/seqdbweb.war ~/webapps

run

  1. 'make'

tomcat-logs are found in

  1. the '/srv/logs'-directory

About

Going from vagrant ( dev - https://bitbucket.org/aafc-mbb/seqdb-vagrant ) to docker,

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors