Download the PHP package linnovate/openideal without Composer
On this page you can find all versions of the php package linnovate/openideal. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package openideal
OpenideaL - ideas and innovation management system
Overview
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.
Prerequisites:
Since OpenideaL relies on Drupal and is subject to its system requirements, it is recommended ensuring that you have satisfied the Drupal System Requirements before moving forward.
Build
OpenideaL is super easy to install. The following composer command will install the full codebase, together with all the required dependencies and libraries:
- Please use PHP 7.4, don't use PHP 8 or 8.1 it won't work.
- Recommended composer 2 - really faster and uses a lot less memory. (It has been tested with composer 1, 2.0 - 2.3.5)
Once the command has finishd executing, the web
directory will hold all the necessary files to run OpenideaL. Proceed to installation of the site(s).
If you run into a Fatal error: Allowed memory size of xxxxxxxx bytes exhausted
, try running the above command like this:
Installation
The easiest installation method is using drush
, which is available at the root folder of the build above.
When at the web
directory, run the following:
../vendor/bin/drush si -y --account-name username --account-pass my_pass --account-mail [email protected] --site-name "OpenideaL" --db-url=mysql://[email protected]/db_name idea
- Change
username
with your username - Change
my_pass
with your password - Change
[email protected]
with your email address - Change
[email protected]/db_name
with your DB settings - The last bit -
idea
is the name of the profile
Docker Installation with Docker4Drupal by Wodby
Update to new version of OpenideaL
At any point you can run
composer require linnovate/openideal:[version-number]
where[version number]
is the desired tag.drush updb
drush cr
drush cim
To upgrade Drupal core version run
Be aware upgrade to Drupal 9 will not work, for now OpenideaL doesn't support it
composer update drupal/core 'drupal/core-*' --with-dependencies
, then run drush updb
.
License
This project is licensed under the GNU General Public License, version 2 or later. See this page on drupal.org for more details.
All versions of openideal with dependencies
ckeditor/ajax Version 4.17.2
ckeditor/autocomplete Version 4.17.2
ckeditor/autoembed Version 4.17.2
ckeditor/autolink Version 4.17.2
ckeditor/embed Version 4.17.2
ckeditor/embedbase Version 4.17.2
ckeditor/embedsemantic Version 4.17.2
ckeditor/emojione Version 1.0.2
ckeditor/fakeobjects Version 4.17.2
ckeditor/link Version 4.17.2
ckeditor/mentions Version 4.17.2
ckeditor/notification Version 4.17.2
ckeditor/notificationaggregator Version 4.17.2
ckeditor/textmatch Version 4.17.2
ckeditor/textwatcher Version 4.17.2
ckeditor/xml Version 4.17.2
composer/installers Version ^1.2
cweagans/composer-patches Version ^1.6
drupal/admin_toolbar Version ^2.2
drupal/adminimal_admin_toolbar Version ^1.10
drupal/adminimal_theme Version ^1.5
drupal/administerusersbyrole Version ^3.0
drupal/ajax_comments Version 1.0-beta4
drupal/allowed_formats Version ^1.2
drupal/avatars Version ^1.1
drupal/better_exposed_filters Version ^4.0
drupal/bootstrap4_modal Version ^2.0
drupal/bootstrap_barrio Version ^5.0
drupal/ckeditor_media_embed Version ^1.9
drupal/ckeditor_mentions Version 2.0-rc1
drupal/comments_order Version ^1.1
drupal/config_pages Version ^2.6
drupal/ctools Version ^3.4
drupal/default_content Version ^2.0
drupal/domain_registration Version ^1.4
drupal/dropzonejs Version ^2.1
drupal/email_registration Version ^1.0
drupal/ckeditor_emojione Version ^1.4
drupal/entity_browser Version ^2.5
drupal/eu_cookie_compliance Version 1.14.0
drupal/faqfield Version ^1.1
drupal/field_permissions Version ^1.0
drupal/flag Version ^4.0
drupal/group Version 1.3
drupal/honeypot Version ^2.0
drupal/image_widget_crop Version ^2.3
drupal/layout_builder_styles Version ^1.0@beta
drupal/message Version 1.1
drupal/message_notify Version ^1.1
drupal/metatag Version ^1.13
drupal/moderation_state_buttons_widget Version ^1.0@alpha
drupal/multiple_fields_remove_button Version ^1.0@alpha
drupal/paragraphs Version ^1.11
drupal/rabbit_hole Version 1.0-beta9
drupal/realname Version ^1.0@RC
drupal/redirect Version ^1.6
drupal/route_condition Version ^1.1
drupal/rrssb Version ^2.2
drupal/rules Version ^3.0-alpha
drupal/social_auth_facebook Version ^2.0
drupal/social_auth_github Version ^2.0
drupal/social_auth_google Version ^2.0
drupal/social_auth_linkedin Version ^2.0
drupal/token Version ^1.6
drupal/twig_field_value Version ^2.0
drupal/twig_tweak Version ^2.5
drupal/ultimate_cron Version 2.0-alpha5
drupal/unlimited_number Version 2.0.2
drupal/update_helper Version ^2.0
drupal/user_registrationpassword Version 1.x-dev
drupal/userpoints Version ^1.0@alpha
drupal/views_data_export Version ^1.0
drupal/votingapi Version ^3.0@beta
drupal/votingapi_reaction Version 1.2
drupal/votingapi_widgets Version 1.0-alpha6
npm-asset/dropzone Version ^5.7
npm-asset/imagesloaded Version ^4.1
npm-asset/jquery-bar-rating Version ^1.2
npm-asset/link-underliner Version ^1.0
npm-asset/masonry-layout Version ^4.2
npm-asset/photoswipe Version ^4.1
npm-asset/swiper Version ^6.1
oomphinc/composer-installers-extender Version ^2.0