Twitter23 - This is a 2009 Twitter parody. This service allows friends, family and colleagues to communicate and stay connected by exchanging quick and frequent tweets in response to one simple question: What's new?
That's very easy. Instuction tested on Debian 10.
- First, twitter23 uses php7.3, so install require dependences:
sudo apt install php php-pdo php-mysql php-xml php-gd php-tokenizer
sudo apt install php-curl php-zip php-yaml composer git mariadb-server
- Clone repository and move folders from /src directory to root directory. Install requirements
git clone https://github.com/alexflitcher1/twitter23
composer install
- Create database
twitter23
or change database name in db.php Now make migration twitter23.sql - Init twitter23. Choose need responses
php init
- For test start
php -S localhost:8080
in /frontend/web/index.php.
You can do it in issues