mirror of https://github.com/flarum/flarum
|
|
||
|---|---|---|
| assets | ||
| scripts | ||
| sso | ||
| storage | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .htaccess | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| Procfile | ||
| Vagrantfile | ||
| admin.php | ||
| api.php | ||
| composer.json | ||
| flarum | ||
| index.php | ||
| launch.php | ||
| readme.md | ||
readme.md
How to launch with one command?
- Step 1:
composer install - Step 2:
php -S localhost:9999 launch.php
launch.php is a custom script that gives you a reproducable development environment.
SSO Mock
- Step 1: Before you try this out, make sure you paste
6cdVzOYGVWin the api_keys of the flarum database in MySQL. - Step 2: Head to here and enable Single Sign On extension.
- Step 3: Fill in the details as shown in the image below.
- Step 3: Now, navigate to
ssofolder and runphp -S localhost:8888 - Step 4: Access the sample SSO website on
localhost:8888
- Last revision on 16/09/2017
- @aligajani

