-
Notifications
You must be signed in to change notification settings - Fork 65
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
1 changed file
with
29 additions
and
3 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 |
---|---|---|
@@ -1,4 +1,30 @@ | ||
A better readme should arrive soon. Until it does...: | ||
# OpenideaL - ideas and innovation management system | ||
|
||
![OpenideaL logo](https://www.openidealapp.com/wp-content/uploads/sites/175/2018/02/logo_OpenideaL.png) | ||
|
||
**OpenideaL** (OI) is the leading open source ideas and innovation management system. | ||
|
||
Out of the box it provides an ideation community where citizens, employees, clients or any other group of stake holders can create, discuss, rate and promote ideas. | ||
|
||
Since 2010 OpenideaL is in use by various organizations including multi-national and top-500 companies, governments, cities, universities and NGOs. | ||
|
||
OpenideaL includes tools for the website managers which allow them to identify *successful* ideas (those ideas which have a better chance to be relaized), and to pass them along to professional teams within the organization. Community members are rewarded with points for their activity in the system (creating ideas, participating in discussions etc.) | ||
|
||
OI is based on Drupal, and therefore it is modular, and allows growth and adaptation to the organization’s specific needs. These adaptations may include a unique design, polls and surveys, interfacing with external applications or adapting the interface to a range of devices ans apis. | ||
|
||
## Installation | ||
|
||
OpenideaL is super easy to install. The following composer command will install the full codebase, together with all the required dependencies and libraries: | ||
|
||
``` | ||
composer create-project linnovate/openideal_project | ||
``` | ||
|
||
Once the command has finishd executing, point your webserver to the `web` directory and start innovating. | ||
|
||
|
||
## License | ||
|
||
This project is licensed under the [GNU General Public License, version 2 or later](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html). See [this page](https://www.drupal.org/about/licensing) on drupal.org for more details. | ||
|
||
|
||
## Quick installation | ||
Installation instruction of the OpenideaL distribution can be found at the Composer template: [istolar/openideal_project](https://github.com/istolar/openideal_project). |