Skip to content
Christian Neff edited this page Feb 14, 2015 · 1 revision
  1. Make sure that the directory cache/ is writable.

    Example: $ chmod 0777 cache/ or $ chown www-data cache/

  2. Execute install.sql in your database.

  3. Copy the file config.yml.dist and rename it to config.yml and adapt the new file according to your needs.

  4. Copy the file websites/default/settings.yml.dist and rename it to settings.yml and adapt the new file according to your needs. (See also: Websites Setup: Settings)

  5. Create your first module. Let's call it vendor/start and use it as our frontpage. This can be done in settings.yml file. (See also: Modules)

  6. Copy the file websites/default/site.yml.dist and rename it to site.yml. To use more modules you can register them there. (See also: Websites Setup: Configuration)

Contents

Getting Started

Further Reading

Clone this wiki locally