3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
Commit graph

74 commits

Author SHA1 Message Date
Michael Stenta c00ed4b518 Change development branch from 2.0.x to 2.x. 2020-06-05 10:09:37 -04:00
Michael Stenta cf83a6014e Update to Drupal 9.0.0. 2020-06-05 10:09:37 -04:00
Michael Stenta 062ca7c290 Change the user/group IDs of www-data to 1000 within the dev Docker image. 2020-06-05 10:09:37 -04:00
Michael Stenta 843a17be88 Set the COMPOSER_MEMORY_LIMIT environment variable to unlimited in dev Docker image. 2020-06-03 15:42:20 -04:00
Michael Stenta 67039e540e Run composer and drush as www-data. 2020-04-30 15:23:11 -04:00
Michael Stenta 982e9b2b44 Configure user account settings: only admins can create users. 2020-04-30 15:16:20 -04:00
Michael Stenta cf99586206 Merge branch 8.x-2.x into 2.0.x 2020-04-30 14:38:08 -04:00
Michael Stenta 4c68fd747f Merge branch 'docs' into 2.0.x 2020-04-30 12:28:34 -04:00
Michael Stenta 3c373bffde Set the CNAME to 2x.farmos.org for GitHub Pages. 2020-04-30 12:28:23 -04:00
Michael Stenta faebf3c359 Explicitly set the nav structure in mkdocs.yml. 2020-04-30 12:28:23 -04:00
Michael Stenta 245df44d06 Build and publish docs to GitHub Pages using Mkdocs in a GitHub Action. 2020-04-30 12:28:23 -04:00
Michael Stenta 35ec4132e8 Document how to use Drush. 2020-04-30 12:28:23 -04:00
Michael Stenta 26e61b67b2 Document how to use Composer in development. 2020-04-30 12:00:57 -04:00
Michael Stenta f62a795f85 Document how to run automated tests. 2020-04-30 12:00:57 -04:00
Michael Stenta 1fe0f204a3 Document XDebug configuration. 2020-04-30 12:00:57 -04:00
Michael Stenta 86074bb6c6 Describe how to set up a development environment. 2020-04-30 12:00:49 -04:00
Michael Stenta f14d78d4ff Initial commit of /docs, using Mkdocs. 2020-04-30 11:43:43 -04:00
Michael Stenta feb6a1b734 Add a "Powered by farmOS" block. 2020-04-30 11:43:07 -04:00
Michael Stenta 267d9a8534 Merge branch 'tests' into 2.0.x 2020-04-30 11:42:27 -04:00
Michael Stenta 67ed7613f7 Run 2.0.x PHPUnit tests on push via GitHub Actions. 2020-04-30 11:41:13 -04:00
Michael Stenta c2582376a6 Configure PHPUnit. 2020-04-28 19:06:28 -04:00
Michael Stenta b3370dd4d8 Add FarmTest class: Test integrated functionality of the farmOS profile. 2020-04-28 19:06:28 -04:00
Michael Stenta dd34f1485c Install the toolbar module. 2020-04-28 19:05:39 -04:00
Michael Stenta f774efe4a5 Install the dblog module. 2020-04-28 19:05:39 -04:00
Michael Stenta c64995ad42 Install the Claro theme and make it the default. 2020-04-28 19:05:39 -04:00
Michael Stenta 22c4141800 Declare this profile a distribution and mark it as 'exclusive' so that it is automatically selected during installation. 2020-04-28 19:05:39 -04:00
Michael Stenta 2123e38ab1 Initial farm.info.yml. 2020-04-28 19:05:39 -04:00
Michael Stenta cc1b1b8edc Merge branch 'docker' into 2.0.x 2020-04-28 19:05:27 -04:00
Michael Stenta cfa076c024 Change the workdir to /var/www/farmOS during Composer operations. 2020-04-28 00:35:24 -04:00
Michael Stenta 1be8332084 Run composer create-project as the www-data user to avoid expensive chown later. 2020-04-27 15:37:00 -04:00
Michael Stenta 07b614c83f Create the /var/www/farmOS directory in 2.0.x-base. 2020-04-27 15:37:00 -04:00
Michael Stenta c42d4f33f7 Use a multi-stage build to create the default 2.0.x image with the prebuilt farmOS codebase from 2.0.x-dev, but without Composer and other dev tools. 2020-04-27 15:27:55 -04:00
Michael Stenta 6562eb983e Extend the farmOS dev image from 2.0.x-base, install Composer, and build the farmOS codebase. 2020-04-27 15:27:55 -04:00
Michael Stenta e860ce873f Provide a "base" Dockerfile that includes all of farmOS's dependencies, but does not include Composer or farmOS itself. 2020-04-27 15:27:55 -04:00
Michael Stenta 8a7070662b Add more information about the volume mounts for development and production Docker containers. 2020-04-27 15:27:55 -04:00
Michael Stenta 104358eb72 Add and document example docker-compose.yml files. 2020-04-27 15:27:55 -04:00
Michael Stenta e3d1d381b0 Provide a dev Dockerfile that adds XDebug. 2020-04-27 15:27:55 -04:00
Michael Stenta 9a82f5323b Refactor docker-entrypoint.sh so that it can populate mounted volumes of the whole codebase or just the sites directory. 2020-04-27 15:27:55 -04:00
Michael Stenta 617dcfba03 Install postgresql-client so Drush can connect to the database. 2020-04-27 15:27:55 -04:00
Michael Stenta d1a26fc7e8 Initial Dockerfile. Copied from farmOS 7.x-1.x. Modified to build codebase with Composer create-project farmos/project. 2020-04-27 15:27:54 -04:00
Michael Stenta ac486fba32 Initial commit: composer.json. 2020-04-27 15:27:36 -04:00
Michael Stenta 9f50ba015e Update Drupal core and contrib. 2019-05-30 16:11:16 -04:00
Michael Stenta 08507dcebb Set recommended realpath_cache settings. 2017-05-09 11:58:11 -04:00
Michael Stenta a153c3f91a Add PHP BCMath. 2017-05-09 10:59:55 -04:00
Michael Stenta b4ab85ad84 Update Drupal core to 8.3.2. 2017-05-09 10:59:55 -04:00
Michael Stenta 4b70256ae4 Update Bootstrap to 3.3. 2017-05-03 13:21:24 -04:00
Michael Stenta 8baefb3962 Update Features to 3.5. 2017-05-03 13:21:15 -04:00
Michael Stenta 88e2f0bf5d Update Drupal core to 8.3.1. 2017-05-03 13:20:57 -04:00
Michael Stenta 8fc7b40209 Remove Tools block. 2017-05-03 13:20:47 -04:00
Michael Stenta 8db67f56e8 Update Bootstrap to 3.2. 2017-04-08 00:00:48 -04:00