This tutorial will guide you through the process of installing myTinyTodo on OpenSUSE Latest.
Before starting, you will need the following:
/srv/www/htdocs
, extract the files here.mytinytododb
:CREATE DATABASE mytinytododb;
mytinytodouser
with password password123
:CREATE USER 'mytinytodouser'@'localhost' IDENTIFIED BY 'password123';
GRANT ALL PRIVILEGES ON mytinytododb.* to 'mytinytodouser'@'localhost';
FLUSH PRIVILEGES;
config.inc.php.dist
file to config.inc.php
:cp config.inc.php.dist config.inc.php
config.inc.php
file in a text editor.dbserver
, dbuser
and dbpass
variables to match the database details you created in Step 2. For example:$dbserver = 'localhost';
$dbuser = 'mytinytodouser';
$dbpass = 'password123';
$dbname = 'mytinytododb';
config.inc.php
file./etc/apache2/httpd.conf
.<Directory "/srv/www/htdocs">
.Options Indexes FollowSymLinks
AllowOverride All
Require all granted
sudo systemctl restart apache2
admin
pass
Congratulations, you have successfully installed myTinyTodo on OpenSUSE Latest! You can now start using myTinyTodo to manage your tasks and to-dos.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!