2014-12-24 15:16:40 +01:00
infinity
2014-04-18 13:55:58 +02:00
========================================================
2010-11-04 14:56:21 +01:00
2014-04-18 13:55:58 +02:00
About
2013-07-03 08:24:59 +02:00
------------
2014-12-28 22:06:36 +01:00
infinity is a fork of vichan, with the difference that infinity is geared towards allowing users to create their own boards. A running instance is at https://8chan.co.
2013-07-03 08:24:59 +02:00
2014-12-24 15:16:40 +01:00
Most things (other than installation) that apply to upstream vichan also apply to infinity. See their readme for a detailed FAQ: https://github.com/vichan-devel/vichan/blob/master/README.md
2013-07-03 08:24:59 +02:00
2014-12-24 15:16:40 +01:00
If you are not interested in letting your users make their own boards, install vichan instead of infinity.
2013-08-21 03:58:44 +02:00
2014-11-14 13:15:04 +01:00
Because I cannot be bothered to maintain `install.php` , the install process is as such:
2014-04-29 20:59:17 +02:00
```
2014-12-28 22:06:36 +01:00
mysql -uroot infinity < install.sql
echo 'infinity' > .installed
2014-04-29 20:59:17 +02:00
```
2014-11-14 13:15:04 +01:00
Here's my install script as of 11/14/2014 for the 8chan servers which run Ubuntu 14.04:
2014-04-29 21:01:34 +02:00
2014-09-23 22:17:45 +02:00
```
2014-11-14 13:15:04 +01:00
apt-get install graphicsmagick gifsicle php5-fpm mysql-client php5-mysql php5-cli php-pear php5-apcu; add-apt-repository ppa:jon-severinsson/ffmpeg; add-apt-repository ppa:nginx/stable; apt-get update; apt-get install nginx ffmpeg; pear install Net_DNS2
2014-09-23 22:17:45 +02:00
```
2014-09-26 13:40:02 +02:00
2014-11-14 13:15:04 +01:00
Have fun!