diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-08 16:57:56 +1100 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-08 16:57:56 +1100 |
commit | 1874346c460c29a087bb81833c0b760a91e35970 (patch) | |
tree | 4037bfe80525236c0eb493fcf28f05f663ef83f9 /hubzilla_er/updateschemaspy.sh | |
parent | 16040063dc7bea1f6d4d76131ae8f84505531900 (diff) | |
parent | df2b687a95b8ad6ed58d9557aaa837f88b57f04a (diff) | |
download | volse-hubzilla-1874346c460c29a087bb81833c0b760a91e35970.tar.gz volse-hubzilla-1874346c460c29a087bb81833c0b760a91e35970.tar.bz2 volse-hubzilla-1874346c460c29a087bb81833c0b760a91e35970.zip |
Merge pull request #129 from HaakonME/master
Hubzilla database entity-relationship documentation and HonO fix
Diffstat (limited to 'hubzilla_er/updateschemaspy.sh')
-rwxr-xr-x | hubzilla_er/updateschemaspy.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hubzilla_er/updateschemaspy.sh b/hubzilla_er/updateschemaspy.sh new file mode 100755 index 000000000..271591729 --- /dev/null +++ b/hubzilla_er/updateschemaspy.sh @@ -0,0 +1,5 @@ +#!/bin/bash +# Use schemaSpy to generate HTML-reports about tables in Hubzilla running on OpenShift. +# You will need to port-forward your app on OpenShift, like this +# rhc port-forward zot +java -jar /home/haakon/Nedlastinger/schemaSpy_5.0.0.jar -t mysql -host 127.0.0.1:3306 -db zot -u adminkwvcHXy -p g66nhPmZ9b52 -dp /home/haakon/Nedlastinger/mysql-connector-java-5.1.17.jar -o . |