Code Monkey home page Code Monkey logo

bookish9's Introduction

Composer template for Tome projects

This project is a great place to start for building brand new Tome projects.

There isn't much here now, but keep posted and let me know if anything doesn't work!

Requirements

  • PHP 7+
  • Composer
  • Drush
  • SQLite 3.26+ and the related PHP extensions

You can also run Tome inside a Docker container - see the Docker documentation below for reference.

Usage

To create a new Tome project, run:

composer create-project drupal-tome/tome-project my_site --stability dev --no-interaction
drush tome:init

To re-install Tome, run:

drush tome:install

To start a local webserver, run:

drush runserver

When you're ready to build your static site, run:

drush tome:static

Symlinks

When composer install or update is ran, the "modules" and "themes" directories, as well as the "settings.php" file, is symlinked into the "web" directory.

This is done to improve DX, but only works on systems that support bash, and symlinks. If you're running Windows you'll probably want to write a custom script to replace symlink.sh, and use the mklink command. Pull requests are welcome to make this functionality cross-platform by default.

Docker

A Docker image for Tome is available on Docker Hub as mortenson/tome.

You can use the image instead of local versions of Drush and Composer by using these included scripts:

  • ./scripts/ddrush.sh - Runs Drush in the current directory.
  • ./scripts/drunserver.sh - Runs drush runserver and maps port 8888.
  • ./scripts/dexec.sh - Runs a shell command, use ./scripts/dexec.sh bash to open an interactive session.

More instructions on how to use the image can be found at drupal-tome/tome-docker.

Included Netlify, GitPod, and GitHub Pages configuration

For ease of use, netlify.toml and .gitpod.yml files have been included so that you can start using these services as soon as you create a project. Netlify provides free static site hosting and supports Tome, and Gitpod allows you to edit Drupal content, config, and code without running a local site. For more information, visit https://netlify.com/ and https://gitpod.io/.

For GitHub Pages, you'll need to copy .example_github to .github and enable GitHub actions. Then, on commit to master, a static site should be exported to the gh-pages branch. You can configure what branch to use for GitHub pages in the repository settings.

Further reading

This project is largely based on drupal-composer/drupal-project, so it's recommended that you consult their README.md for more information.

bookish9's People

Contributors

elgandoz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.