This repository provides demonstration .probo.yaml files for various stacks and technologies to show you how you can use Probo on your project.
Each demonstration is in its own branch. When you check out the repository, checkout the specific branch for the technology.
Currently the following branches are available
- Legacy Drupal (Drupal 7) with assets and SOLR (legacy_drupal)
- Modern Drupal (Drupal 8+) (modern_drupal)
- Modern Drupal (Drupal 8+) with assets and SOLR (modern_drupal_assets)
- Jekyll and Ruby Based Application (ruby)
- Standard PHP Applications (php)
- Composer driven PHP Applications (php_composer)
- NodeJS Applications (nodejs)
- WordPress Applications with assets (wordpress)
- Dotcore Applications (dotcore)
- Python Applications (python)
Testing Demonstrations:
- Drupal 11 with Cypress
- Drupal 11 with Selenium
- Drupal 11 with PHPUnit
Additional Application stacks will be added as we add new features and functions. You can clone or fork this repository and enable it in Probo.CI and issue pull requests from the branch in question to the main branch. No assets or databases are required for any of the demonstration applications with the exception of the the specific branches mentioned above for demonstrations and applications that require pre-populated databases. These can be downloaded from the links below:
SOLR: https://www.probo.ci/demo-files/solr.tar.gz Drupal 7 With Assets & SOLR: https://www.probo.ci/demo-files/drupal-7-with-assets.tar.gz Modern Drupal With Assets & SOLR: https://www.probo.ci/demo-files/modern-drupal-with-assets.tar.gz