-
-
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.sql
in your database. -
Copy the file
config.yml.dist
and rename it toconfig.yml
and adapt the new file according to your needs. -
Copy the file
websites/default/settings.yml.dist
and rename it tosettings.yml
and adapt the new file according to your needs. (See also: Websites Setup: Settings) -
Create your first module. Let's call it
vendor/start
and use it as our frontpage. This can be done insettings.yml
file. (See also: Modules) -
Copy the file
websites/default/site.yml.dist
and rename it tosite.yml
. To use more modules you can register them there. (See also: Websites Setup: Configuration)