Skip to content

edorasware/edoras-one-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edoras-one-docker

  • Add the edoras one .war file to ./deploy (file name is irrelevant)

  • Add the .license file to ./license

  • Windows/OSX (needs Vagrant, Virtualbox, etc.): start with:

vagrant up
  • Linux: start with:
docker build -t edorasone .
docker run -p 8080:8080 -v $PWD/license/:/root/.edorasware edorasone

Properties file:

  • You can add your own one.properties to ./data (without default will be used)
  • DB and content will be also saved in ./data
  • On Linux you have to add „-v ./data:/root/.edoras-one“ to the docker run command for that to work

Tomcat log files:

  • Tomcat logs will be saved in ./logs
  • On Linux you have to add „-v ./logs:/usr/local/tomcat/logs“ to the docker run command for that to work

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published