27 $this->setDescription(
"Creates a fresh ILIAS installation based on the config");
32 $io->
title(
"Installing ILIAS");
37 $io->
success(
"Installation complete. Thanks and have fun!");
40 public function execute(InputInterface $input, OutputInterface $output)
44 define(
"ILIAS_SETUP_IGNORE_DB_UPDATE_STEP_MESSAGES",
true);
45 return parent::execute($input, $output);
54 public function trackAchievementOf(
Objective $objective) :
void 57 public function isAchieved(
Objective $objective) :
bool 65 foreach ($config->getKeys() as $k) {
66 $environment = $environment->
withConfigFor($k, $config->getConfig($k));
76 "Install and update ILIAS",
A objective collection is a objective that is achieved once all subobjectives are achieved...
Wrapper around symfonies input and output facilities to provide just the functionality required for t...
An objective is a desired state of the system that is supposed to be created by the setup...
printOutroMessage(IOWrapper $io)
Tracks the achievement of objectives.
execute(InputInterface $input, OutputInterface $output)
getUpdateObjective(Config $config=null)
Get the goal the agent wants to achieve on update.
An agent that is just a collection of some other agents.
getObjective(Agent $agent, ?Config $config)
getInstallObjective(Config $config=null)
Get the goals the agent wants to achieve on setup.
A agent is some component that performs part of the setup process.
printIntroMessage(IOWrapper $io)
withConfigFor(string $component, $config)
Stores a config for some component in the environment.
const RESOURCE_ACHIEVEMENT_TRACKER
buildEnvironment(Agent $agent, ?Config $config, IOWrapper $io)
An environment holds resources to be used in the setup process.
const RESOURCE_ADMIN_INTERACTION
A configuration for the setup.