-
-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Christian Neff edited this page Feb 14, 2015
·
1 revision
-
Make sure that the directory
cache/is writable.Example:
$ chmod 0777 cache/or$ chown www-data cache/ -
Execute
install.sqlin your database. -
Copy the file
config.yml.distand rename it toconfig.ymland adapt the new file according to your needs. -
Copy the file
websites/default/settings.yml.distand rename it tosettings.ymland adapt the new file according to your needs. (See also: Websites Setup: Settings) -
Create your first module. Let's call it
vendor/startand use it as our frontpage. This can be done insettings.ymlfile. (See also: Modules) -
Copy the file
websites/default/site.yml.distand rename it tosite.yml. To use more modules you can register them there. (See also: Websites Setup: Configuration)