schemacrawler / SchemaCrawler-Web-Application

SchemaCrawler web application for online generation of database diagrams and documentation
Eclipse Public License 2.0
27 stars 7 forks source link

run error under centos7 x64 #1

Closed wushifeng closed 7 years ago

wushifeng commented 7 years ago

in "src/main/resources/application.properties" schemacrawler.webapp.storage-root is setted an absolute path in windows c:/ can change to below to avoid not find file schemacrawler.webapp.storage-root=target/uploaded-files

and should install depend package: yum install -y graphviz.x86_64 graphviz-java.x86_64

schemacrawler commented 7 years ago

I am not sure what you are suggesting here. Are you suggesting that that README is updated? Have you tried using the Docker image? The Docker image should work.

wushifeng commented 7 years ago

I run the project under centos, and has some errors described upon. README added these information will be better