tom-haines / schemaspy-mssql-github-pages

SchemaSpy Postgres GitHub Pages Sample

Home Page:https://zwbetz-gh.github.io/schemaspy-postgres-github-pages/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SchemaSpy Postgres GitHub Pages Sample

GitHub Pages URL

https://zwbetz-gh.github.io/schemaspy-postgres-github-pages/

One-Time Setup

  1. Install Docker
  2. Install Java version 8 or higher
  3. Install Python version 3 or higher
  4. Install GitHub Pages Import package
    pip install ghp-import
    
  5. Copy file .env.sample to file .env
  6. If needed, change the database connection values in file .env

Note: There's no need to download the SchemaSpy or mssql driver .jar files. They're included under the lib dir

Build SchemaSpy

./task_build.sh

Serve SchemaSpy

./task_serve.sh

Deploy SchemaSpy to GitHub Pages

./task_deploy.sh

Credits

About

SchemaSpy Postgres GitHub Pages Sample

https://zwbetz-gh.github.io/schemaspy-postgres-github-pages/

License:MIT License


Languages

Language:Shell 100.0%