-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
[![Join the chat at https://gitter.im/Erudika/scoold](https://badges.gitter.im/Erudika/scoold.svg)](https://gitter.im/Erudika/scoold?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
|
||
Scoold is a Q&A platform written in Java. The project was created back in 2008, released in 2012 as social network for | ||
**Scoold** is a Q&A platform written in Java. The project was created back in 2008, released in 2012 as social network for | ||
schools inspired by StackOverflow, and as of 2017 it has been refactored, repackaged and open-sourced. | ||
The primary goal of this project is educational but it can also work great as a Q&A/support section for your website. | ||
|
||
|
@@ -24,6 +24,7 @@ because all the heavy lifting is delegated to Para. This makes the code easy to | |
- Reputation and voting system with badges | ||
- Minimal frontend JS code based on jQuery | ||
- Modern, responsive layout powered by Materialize CSS | ||
- Suggestions for similar questions and hints for duplicate posts | ||
- Social login (Facebook, Google, GitHub, LinkedIn, Microsoft, Twitter) with Gravatar support | ||
- SEO friendly | ||
|
||
|
@@ -67,6 +68,7 @@ para.gmaps_api_key = "********************************" | |
para.admin_ident = "[email protected]" | ||
para.support_email = "[email protected]" | ||
para.google_analytics_id = "UA-123456-7" | ||
para.code_highlighting_enabled = true | ||
``` | ||
|
||
**Note**: On Heroku, the config variables above **must** be set without dots ".", for example `para.endpoint` becomes `para_endpoint`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters