Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zohar committed Sep 12, 2020
1 parent 0adb99f commit dbf7fc3
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions README.md
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).

0 comments on commit dbf7fc3

Please sign in to comment.