joinup-dev | collaborative platform created by the European Commission
kandi X-RAY | joinup-dev Summary
kandi X-RAY | joinup-dev Summary
joinup-dev is a PHP library. joinup-dev has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
Joinup is a collaborative platform created by the European Commission that aims to help e-Government professionals share their experience with each other
Joinup is a collaborative platform created by the European Commission that aims to help e-Government professionals share their experience with each other
Support
Quality
Security
License
Reuse
Support
joinup-dev has a low active ecosystem.
It has 38 star(s) with 20 fork(s). There are 20 watchers for this library.
It had no major release in the last 12 months.
There are 0 open issues and 12 have been closed. On average issues are closed in 21 days. There are 109 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of joinup-dev is v1.74.2
Quality
joinup-dev has no bugs reported.
Security
joinup-dev has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
joinup-dev is licensed under the EUPL-1.2 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
joinup-dev releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed joinup-dev and discovered the below as its top functions. This is intended to give you an instant insight into joinup-dev implemented functionality, and help decide if they suit your requirements.
- Build render array .
- Build the overview tree .
- Build the query builder .
- Render search results .
- Validate field items .
- Refresh expired fields .
- Add storage index settings .
- Display full report
- Provides the permissions for the organization .
- Render the comparison page .
Get all kandi verified functions for this library.
joinup-dev Key Features
No Key Features are available at this moment for joinup-dev.
joinup-dev Examples and Code Snippets
Copy
$ vim build.properties.local
DRUPAL_BASE_URL=http://my-base-url.local
DRUPAL_DATABASE_USERNAME=my-database-username
DRUPAL_DATABASE_PASSWORD=my-database-password
DRUPAL_DATABASE_HOST=localhost
DRUPAL_HASH_SALT=some-unique-random-string-like-37h+2BQE
Community Discussions
No Community Discussions are available at this moment for joinup-dev.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install joinup-dev
To run Joinup locally, below is a list of requirements and instructions. To start on macOS without Docker, please, check the separated README file. We use Drupal composer as a template for the project. For the most up-to-date information on how to use Composer, build the project using the Task Runner, or on how to run the Behat test, please refer directly to the documentation of each used tool.
A regular LAMP stack running PHP 7.1.0 or higher
Virtuoso 7 (Triplestore database)
Apache Solr
Clone the repository. $ git clone https://github.com/ec-europa/joinup-dev.git
Use composer to install the dependencies. $ cd joinup-dev $ composer install
Install Solr. If you already have Solr installed you can configure it manually by following the installation instructions from the Search API Solr module. Or you can execute the following commands to download and configure a local instance of Solr. It will be installed in the folder ./vendor/apache/solr. $ ./vendor/bin/run solr:download-bin $ ./vendor/bin/run solr:config
Install Virtuoso. For basic instructions, see setting up Virtuoso. Due to a bug in Virtuoso 6 it is recommended to use Virtuoso 7. During installation some RDF based taxonomies will be imported from the resources/fixtures folder. Make sure Virtuoso can read from this folder by adding it to the DirsAllowed setting in your virtuoso.ini. For example: DirsAllowed = /var/www/joinup/resources/fixtures, /usr/share/virtuoso-opensource-7/vad
Install Selenium. The simplest way of doing this is using Docker to install and run it with a single command. This will download all necessary files and start the browser in the background in headless mode: $ docker run -d -p 4444:4444 --network=host selenium/standalone-chrome
Point the document root of your webserver to the 'web/' directory.
Joinup offers only contiguous upgrades. For instance, if you project is currently on Joinup v1.39.2, and the latest stable version is v1.42.0, then you cannot upgrade directly to the latest version. Instead, you should upgrade first to v1.40.0, second to v1.40.1 (if exists) and, finally, to v1.42.0.
The first two digits are the Joinup major version.
The following three digits are the Joinup minor version.
The last two digits are an integer that sets the weight within updates or post updates from the same extension (module or profile). 00 is the first (post)update that applies.
function mymodule_update_0106100() {...}: Was applied in Joinup v1.61.x as the first update of the mymodule module (01 major version, 061 minor version, 00 update weight within the module).
function mymodule_post_update_0207503() {...}: Was applied in Joinup v2.75.x as the fourth post update of the mymodule module (02 major version, 075 minor version, 03 update weight within the module).
A regular LAMP stack running PHP 7.1.0 or higher
Virtuoso 7 (Triplestore database)
Apache Solr
Clone the repository. $ git clone https://github.com/ec-europa/joinup-dev.git
Use composer to install the dependencies. $ cd joinup-dev $ composer install
Install Solr. If you already have Solr installed you can configure it manually by following the installation instructions from the Search API Solr module. Or you can execute the following commands to download and configure a local instance of Solr. It will be installed in the folder ./vendor/apache/solr. $ ./vendor/bin/run solr:download-bin $ ./vendor/bin/run solr:config
Install Virtuoso. For basic instructions, see setting up Virtuoso. Due to a bug in Virtuoso 6 it is recommended to use Virtuoso 7. During installation some RDF based taxonomies will be imported from the resources/fixtures folder. Make sure Virtuoso can read from this folder by adding it to the DirsAllowed setting in your virtuoso.ini. For example: DirsAllowed = /var/www/joinup/resources/fixtures, /usr/share/virtuoso-opensource-7/vad
Install Selenium. The simplest way of doing this is using Docker to install and run it with a single command. This will download all necessary files and start the browser in the background in headless mode: $ docker run -d -p 4444:4444 --network=host selenium/standalone-chrome
Point the document root of your webserver to the 'web/' directory.
Joinup offers only contiguous upgrades. For instance, if you project is currently on Joinup v1.39.2, and the latest stable version is v1.42.0, then you cannot upgrade directly to the latest version. Instead, you should upgrade first to v1.40.0, second to v1.40.1 (if exists) and, finally, to v1.42.0.
The first two digits are the Joinup major version.
The following three digits are the Joinup minor version.
The last two digits are an integer that sets the weight within updates or post updates from the same extension (module or profile). 00 is the first (post)update that applies.
function mymodule_update_0106100() {...}: Was applied in Joinup v1.61.x as the first update of the mymodule module (01 major version, 061 minor version, 00 update weight within the module).
function mymodule_post_update_0207503() {...}: Was applied in Joinup v2.75.x as the fourth post update of the mymodule module (02 major version, 075 minor version, 03 update weight within the module).
Support
See our contributors guide.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page