Skip to content

Defenders08/twitter23

 
 

Repository files navigation

Twitter23

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?

How to create instance

That's very easy. Instuction tested on Debian 10.

  1. 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
  1. Clone repository and move folders from /src directory to root directory. Install requirements
git clone https://github.com/alexflitcher1/twitter23
composer install
  1. Create database twitter23 or change database name in db.php Now make migration twitter23.sql
  2. Init twitter23. Choose need responses
php init
  1. For test start php -S localhost:8080 in /frontend/web/index.php.

How can I make bug report?

You can do it in issues

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 87.0%
  • CSS 8.5%
  • JavaScript 1.4%
  • Shell 1.1%
  • Hack 0.9%
  • Awk 0.7%
  • Other 0.4%