Install on Ionos (1und1) Webspace

I’m Totally new with this
I have installed Joomla but this seems to be different

I copied the directory to the folder Projects/kanboard here are the files
my subdomain is pointing to Projects
when I put subdomain/kanboard in the browser I see an empty website from 1und1.

To stupid to understand the instructions.

Is it possible to use an SQL database like in Joomla installation?

I really do not know HowTo

PLS give me instructions for dummy

I Think I will create a database in Ionos control center
But where to put data - Host name, database name etc. ?

You could run it with MySql, SQLite is only the default database.

There is a config file to change database and store user/password

https://docs.kanboard.org/en/latest/admin_guide/config_file.html

https://docs.kanboard.org/en/latest/admin_guide/mysql.html

THX
I will try
This could be a step by step guide for absolute beginners
I hope for support doing this

1)Download zip & Extract it
2) copy files to web space subdomain folder projecs.domain
Q: Must there be a subfolder kanboard or can files be copied directly in projects.domain
3) point the sub domain: projecs.domain to the webspace folder: projecs.domain
4) create mySQL Database in the Ionos controlcenter

Whats next?

The next steps could be found here: https://docs.kanboard.org/en/latest/admin_guide/mysql.html#create-a-config-file

I have now created a file named cconfig.php

And put in my data of database.

And saved it to projects.domain folder

then i put the domain in the Browser:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

what’s wrong?

What’s written in the IONOS Error log?

“GET / HTTP/1.1” 500 645 domain “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36 Edg/80.0.361.62” “-”

Where to put this ??
SSL configuration
These parameters have to be defined to enable the MySQL SSL connection:

// MySQL SSL key
define(‘DB_SSL_KEY’, ‘/path/to/client-key.pem’);

// MySQL SSL certificate
define(‘DB_SSL_CERT’, ‘/path/to/client-cert.pem’);

// MySQL SSL CA
define(‘DB_SSL_CA’, ‘/path/to/ca-cert.pem’);

Is there really nobody who has time and knowledge to help me to get this running?

unfortunately this sin’t very helpful

Once again in your config.php

https://docs.kanboard.org/en/latest/admin_guide/config_file.html

Could you try to change your index.php to a simple output, to verify if this is even a kanboard problem.

<?php echo '<p>This works!</p>'; ?>

THX

in the index.php there is now:

<?php echo '

This works!

'; ?>

use Kanboard\Core\Controller\Runner;

try {
require DIR.’/app/common.php’;
$container[‘router’]->dispatch();
$runner = new Runner($container);
$runner->execute();
} catch (Exception $e) {
echo 'Internal Error: '.$e->getMessage();
}

in the config.php

<?php

// We choose to use MySQL instead of Sqlite
define(‘DB_DRIVER’, ‘mysql’);

// MySQL parameters
define(‘DB_USERNAME’, ‘dbu330186’);
define(‘DB_PASSWORD’, 'password);
define(‘DB_HOSTNAME’, ‘db5000308262.hosting-data.io’);
define(‘DB_NAME’, ‘dbs300777’);

// MySQL SSL key
define(‘DB_SSL_KEY’, ‘/path/to/client-key.pem’);

// MySQL SSL certificate
define(‘DB_SSL_CERT’, ‘/path/to/client-cert.pem’);

// MySQL SSL CA
define(‘DB_SSL_CA’, ‘/path/to/ca-cert.pem’);

when I call index.php:

This works!

use Kanboard\Core\Controller\Runner; try { require DIR.’/app/common.php’; $container[‘router’]->dispatch(); $runner = new Runner($container); $runner->execute(); } catch (Exception $e) { echo 'Internal Error: '.$e->getMessage(); }

As I said I’m totally new with this stuff!!

PLS HELP

Hi to understand correctly where must the file for Kanboard be copied?

I copy files to web space subdomain folder - projecs.com
Q: Must there be a subfolder kanboard
projects.com/ kanboard

or can files be copied directly under root/projects.com / file tree Folder

then I pointed the subdomain: projecs.com to the web space folder: projecs.com

Is that correct??

Maybe there is my error

Now I have no more error
when I call my domain pointing to installation folder it says:

Verbindung zum MySQL Server erfolgreich aufgebaut.
(Secsessfully linked to MySQL server)

THAT’S all
Why can’t I login???

PLEASE HELP

Please let me know what was the solution for this. I have the same problem and i am completely new to this.
I am trying to install on Ubuntu linking to MySQL.

Hi

We have installed KB on 1and1 so if you still have issues we can point you in the right direction.

Don’t want to re invent the wheel if you have already solved it yourselves.

MATO

Hey MATO!
if you don’t mind, i would love to hear, what the “right direction” might be. tried my best for two days now but my knowledge is obviously lacking to much… thankful for any hint
Banshee