Skip to content

Commit

Permalink
Merge pull request #1453 from codidact/cellio/add-sso-to-installation…
Browse files Browse the repository at this point in the history
…-doc

installation doc: add link to existing SSO doc
  • Loading branch information
Oaphi authored Nov 26, 2024
2 parents 48ac21e + feeddc2 commit ffa4b0a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ If you don't already have Ruby installed, use [RVM](https://rvm.io/) or
[rbenv](https://github.com/rbenv/rbenv#installation) to install it before following
these instructions.

QPixel is tested with Ruby 3 (and works with Ruby 2.7 as of December 2022).

## Prerequisites

For Debian-Based Linux:
Expand Down Expand Up @@ -43,7 +45,6 @@ brew install mysql bison openssl mysql-client
bundle config --global build.mysql2 --with-opt-dir="$(brew --prefix openssl)"
```

QPixel is tested with Ruby 3 (and works with Ruby 2.7 as of December 2022).

## Environment

Expand Down Expand Up @@ -120,7 +121,7 @@ After downloading QPixel, you need to install all the dependencies. For that, yo
If Ruby complains, that the Bundler hasn't been installed yet, use `gem install bundler` and
then re-run the above command.

### Setting up the Database
### Set up the Database

If you weren't asked to set the root MySQL user password during `mysql-server` installation,
the installation is likely to be using Unix authentication instead. You'll need to sign into
Expand Down Expand Up @@ -213,6 +214,11 @@ When you've met the length requirements and added a tag, the "Save Post in Q&A"
![img/post.png](img/post.png)


## Optional: Single Sign On

Please see our wiki for [detailed instructions](https://github.com/codidact/qpixel/wiki/Setting-up-SAML-Single-Sign-On) on setting up SAML Single Sign-On.


## Optional: Required Tags

The special Meta tags (discussion, bug, support, feature-request) are not seeded. (We do not assume that all deployments want to manage user feedback the same way.) You can create tags directly on the Meta Tags page:
Expand Down

0 comments on commit ffa4b0a

Please sign in to comment.