All Projects → drupal-tome → drupal-tome.github.io

drupal-tome / drupal-tome.github.io

Licence: other
The homepage for the Tome project

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects
Twig
543 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language

The Tome Hompage - tome.fyi

Hello there! This is the repository for the Tome marketing and documentation site, tome.fyi.

This site is also built with Tome, and should be editable on your local machine if you want to see how it's made.

Use

To install the site locally, run:

composer install
drush tome:install

Once the site is installed, run drush runserver to work locally.

To see how the static site looks, run drush tome:static --run-server.

It's a pretty standard Drupal site! So poke around and have fun.

PRs for new documentation or fixes are more than welcome.

Dealing with SSL errors

If you see a CKEditor-related SSL error when running composer install, you likely have not configured PHP's OpenSSL settings. To fix this, open your php.ini file and set openssl.cafile to the path of your certificate file.

On my machine, the certificate is at /usr/local/etc/openssl/cert.pem.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].