[en] After you configure the Acrolinx Operator, you can install Acrolinx to your Kubernetes cluster. This is where you'll get your Standard Stack instance up and running.
[en] To install the Acrolinx Platform, do the following:
-
[en] Once you've customized the
acrolinx.yaml
file, use it to install Acrolinx to your Kubernetes cluster.kubectl apply -f acrolinx.yaml
-
[en] Wait for the installation to complete.
[en] Optional: You can use the following to wait for the
Ready
status.kubectl wait coreplatform acrolinx --for condition=Ready --timeout=10m -n acrolinx
[en] If the status is
Ready
, you'll see the message "condition met". If the status isn'tReady
after 10 minutes, the command will time out. -
[en] Check your installation.
kubectl describe coreplatform acrolinx -n acrolinx
[en] When your installation is ready, you’ll see the following in the output and the Acrolinx Platform will become available on port 80 of the target machine.
Status: # [...] Summary: Platform Status: Ready