Get support for jcubic/quatro

If you're new to LTH, please see our FAQ for more information on what it is we do.

Support Options

Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:

View Open Issues

Take a look to see if anyone else has experienced the same issue as you and if they managed to solve it.

Open an Issue

Make sure to read any relevant guidelines for opening issues on this repo before posting a new issue.

Sponsor directly

Check out the page and see if there are any options to sponsor this project or it's developers directly.

jcubic/quatro

quatro svg logo

Quatro is simple Q&A Open Source application in PHP that you can customize with twig templates.

Installation

Copy all the files to the server, then you will need to create MySQL/MariaDB user and database:

CREATE USER '<USER>'@'localhost' IDENTIFIED BY '<PASSWORD>';
GRANT ALL PRIVILEGES ON '<DB>'.* TO '<USER>'@'localhost' WITH GRANT OPTION;
CREATE DATABASE `<DB>` DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;

Where:

  • <USER> is your database user name
  • <PASSWORD> is your password
  • <DB> is your database name

Then you need to put those data in q-config.php file and open directory where you've installed QArto or index.php in your server.

Requirements

sudo dnf install php-mysqlnd php-json php-tidy

License

Copyright (C) 2018 Jakub Jankiewicz jcubic@onet.pl

Released under MIT license

Our Mission

We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.

Interesting Articles

Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated

ud-bd4760f4