Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update FAQ instructions for MacOS #810

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greyvugrin
Copy link

@greyvugrin greyvugrin commented Jan 11, 2022

Providing the --with options is deprecated and caused confusion when trying to set things up for the first time. Updated instructions with up to date defaults.

Addresses comments like #573

@npetzall
Copy link
Member

@rafalkasa I want to be lazy, should we move the FAQ to a wiki page on GitHub instead and just link to it from ReadTheDocs.
Would avoid some of the versioning problems that exist.

Also we have the same type of FAQ both in read the docs and also in readme.md.

schemaspy/README.md

Lines 77 to 87 in 1aa5f09

#### Graphviz
There have been lots of issue with graphviz and OSX
So install using brew `brew install graphviz --with-librsvg --with-pango`
If you already have graphviz installed you need to uninstall and then install
```
brew uninstall graphviz
brew install graphviz --with-pango --with-librsvg
```
Depending on OSX version
*Older than High Sierra*, add `-renderer :quartz` to the commandline
*High Sierra or newer*, add `-renderer :cairo` to the commandline

Both could be links to a wikipage, that I guess we could allow others to update, just like a normal wikipage.

@rafalkasa
Copy link
Member

@npetzall sounds good for me :-)

@npetzall
Copy link
Member

@rafalkasa I see that wiki can only be edited by user with push access. This can be disabled and anyone can update the wiki. Should we put our trust in the github community....

Other options are FAQ.md and have pushes for that specific file that isn't "version" specific.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants