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

1551 commits

Author SHA1 Message Date
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
Michael Stenta d78b048179 Update Drupal core to 8.3.0. 2017-04-07 23:27:40 -04:00
Michael Stenta b4e59a172a Ignore .idea folder (from PHPStorm). 2017-03-08 09:06:57 -05:00
Michael Stenta 5258bc0778 Ignore compiled Mkdocs site content. 2017-02-15 14:28:37 -05:00
Michael Stenta 3871ff575f CSS: Footer margin, padding, border, and alignment. 2017-02-15 14:26:46 -05:00
Michael Stenta 9d398cdd58 wip Add Farm Blocks module, which provides a Powered by farmOS Block. 2017-02-15 14:26:46 -05:00
Michael Stenta 540fe926ae Publish docs to http://8x-2x.farmos.org during the 8.x-2.x development process. 2017-02-12 17:23:06 -05:00
Michael Stenta d86c702d5f Add Farm People module with a View of people on the farm. 2017-02-12 17:23:06 -05:00
Michael Stenta 1f656b7edc Update Drupal core to 8.2.6. 2017-02-12 17:05:30 -05:00
Michael Stenta 9d36aceb35 Document dependencies. 2017-02-12 17:05:30 -05:00
Michael Stenta b23dc5a326 Add user module permissions to Manager and Worker roles. 2017-02-12 17:05:30 -05:00
Michael Stenta 9480adb715 Add farm_roles module to provide default farm roles: Manager, Worker, Viewer. 2017-02-12 17:05:30 -05:00
Michael Stenta e0e31be289 Add modules: config_update, features. 2017-02-12 17:05:26 -05:00
Michael Stenta 7d54eeefb6 Enable Block module and add default block configuration. 2017-02-12 16:51:21 -05:00
Michael Stenta 8be99f74a6 Enable Toolbar module. 2017-02-12 16:28:33 -05:00
Michael Stenta 88bf7028fd Add theme documentation. 2017-02-12 16:28:33 -05:00
Michael Stenta 5d11fe63bd Override Bootstrap settings. Use a fluid container model, and the Paper Bootswatch theme from jsDelivr. 2017-02-12 16:28:33 -05:00
Michael Stenta efce56d531 Make farm_theme into a sub-theme of bootstrap. Add favicon, logo, screenshot. 2017-02-12 16:28:33 -05:00
Michael Stenta 3ede0ce2ed Add Bootstrap theme. 2017-02-12 16:28:33 -05:00
Michael Stenta ecba1f576a Initial commit of farmOS theme. 2017-02-12 16:28:33 -05:00
Michael Stenta cd16df175c Document docker. 2017-02-12 16:28:33 -05:00
Michael Stenta 023ae505f5 Add Docker files, copied from 7.x-1.x, modified for 8.x-2.x. 2017-02-12 16:28:33 -05:00
Michael Stenta aac7fad279 Begin documentation with MkDocs. 2017-02-12 16:28:33 -05:00
Michael Stenta 422185f4c3 Declare this profile a distribution and mark it as 'exclusive' so that it is automatically selected during installation. 2017-01-28 13:39:24 -05:00