Select your language

Getting started in the Control Panel

First create the website you want in the Control Panel by clicking on "Services" at the top, then click on "Open" for your hosting and click on "Websites" on the left. Once here, you would need to click on the blue button "Create a website" and set the following settings:

  1. Select or type in a domain. -> Select the desired domain here
  2. Which basic setting do you want to use for your-own-domain.ch? -> Select "Apache with PHP (recommended)".
  3. In which directory will the data for your new website be stored? -> Add "/Neos/Web/" to the existing entry. The entry should finally look like "www/your-own-domain.ch/Neos/Web/".
  4. Then click on "Create website".

Next, you need to create a database. To do this, click on "Databases" on the left and then on the blue button "Create database". Here you can now give the database a name and create a new database user with password in the following steps. As soon as the database has been created, you will see all relevant data except the password in the overview. Make a note of this information, as it will be needed in the last step "Completing the installation in the browser".

Installing Neos from the shell

Now go to the directory where you want to install Neos:

cd ~/www/your-own-domain.ch/

and delete the existing “Neos” folder. This folder is created automatically by the Control Panel but must first be removed to complete the installation. It is created again automatically during the installation.

rm -rf Neos/

Install Neos using Composer:

echo 'PATH="/usr/local/php81/bin/:$PATH"' > ~/.profile
source ~/.profile
composer create-project neos/neos-base-distribution Neos

You can ignore the “Class Neos\Flow\Composer\InstallerScripts is not autoloadable, cannot call post-package-install script” messages, which will appear until the flow package has been installed.

Completing the installation in the browser

To complete the installation, open the setup from your browser by navigating to your-own-domain-ch/setup.

If you receive the error message that a higher PHP version is required, then you can adjust the required PHP version in the Control Panel as described here.

As soon as the setup is complete, you must enter the password, which can be found in the following file: .Data/SetupPassword.txt

Next, follow the individual steps in Neos.

In the database configuration, enter the details you noted at the beginning for the DB username, DB password and DB host. After establishing the connection, select the previously created database from the drop-down menu.

Then create the desired admin account so that you can log in later via your-own-domain.ch/neos.

In the final step, you can select whether or not Neos should use a demo page.

The Neos installation will now be finished and you can get started.

Please use this form only to provide feedback on the above guide.
For support requests please use this form instead.

 

Unable to find what you were looking for?

Our support experts are happy to assist you personally!

 

© 2001 - Hostpoint AG