Closed (fixed)
Project:
Varbase - The Ultimate Drupal CMS Starter Kit (Bootstrap Ready)
Version:
8.x-4.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Feb 2018 at 18:12 UTC
Updated:
23 Feb 2018 at 13:05 UTC
Jump to comment: Most recent
Comments
Comment #2
rajab natshahSina, you could follow the following command.
Are you trying to install with Drupal Console or Drush?
## Install with drush.
We do have this command for our installing and testing varbase on travis-ci.org
https://github.com/Vardot/varbase/blob/8.x-4.x/.travis.yml
https://travis-ci.org/Vardot/varbase/builds
If you had created the project with composer
composer create-project Vardot/varbase-project:^8.4.14 PROJECT_DIR_NAME --no-interactionyou will need to change directory to docroot
Comment #3
sinasalek commentedThanks exactly what i was looking tx. How can i set installation options like enabled languages?
Comment #4
rajab natshahHi Sina,
Good :)
If you look at varbase_extra_components.varbase_search=true for example
It is [machine name for the installation step].[machine name for the input element].[value to set for the element]
You could find more info at the Drush commands site.
https://drushcommands.com/drush-8x/core/site-install/
Comment #5
rajab natshah