Tiny Tiny IRC is a web-based IRC client that allows users to chat with others in real-time. In this tutorial, we will guide you through the process of installing Tiny Tiny IRC on macOS.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew install mariadb
brew install php
sudo nano /etc/apache2/httpd.conf
LoadModule php7_module libexec/apache2/libphp7.so
CTRL+X
, then press Y
and then ENTER
.sudo apachectl restart
mysql -u root -p
create database ttirc;
exit
git clone https://github.com/levito/tt-rss-irc.git /Library/WebServer/Documents/tt-irc
Note: This will clone the Tiny Tiny IRC repository to the tt-irc
folder in your Apache web directory.tt-irc
folder using the following command:cd /Library/WebServer/Documents/tt-irc
cp config.php-dist config.php
nano config.php
config.php
with your MySQL database credentials:define('DB_TYPE', 'mysql');
define('DB_HOST', 'localhost');
define('DB_USER', 'root');
define('DB_NAME', 'ttirc');
define('DB_PASS', 'your_password');
Note: Replace your_password
with your MySQL root password.CTRL+X
, then press Y
and then ENTER
.data
directory and its contents by running the following command:chmod -R 777 data/*
http://localhost/tt-irc
to access the Tiny Tiny IRC client.Congratulations! You have now successfully installed Tiny Tiny IRC on macOS. Enjoy your new IRC client!
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!