Desobediente Civil c669259c75 Adicionei novas instruções | 8 år sedan | |
---|---|---|
css | 10 år sedan | |
inc | 10 år sedan | |
js | 10 år sedan | |
lib | 8 år sedan | |
.gitignore | 8 år sedan | |
.htaccess | 10 år sedan | |
LICENSE | 10 år sedan | |
README.md | 8 år sedan | |
ajax-loader.gif | 10 år sedan | |
apple-touch-icon-precomposed.png | 10 år sedan | |
capture.sh | 8 år sedan | |
favicon.ico | 10 år sedan | |
humans.txt | 10 år sedan | |
index.php | 8 år sedan | |
optimize.sh | 10 år sedan | |
private.php | 8 år sedan | |
proxy.php | 10 år sedan | |
robots.txt | 10 år sedan | |
schema.sql | 10 år sedan | |
slice.sh | 10 år sedan | |
static.php | 8 år sedan |
url shortener which creates a print. for denouncing despicable content without giving it views or pagerank / it's all about http://wkhtmltopdf.org/
dependencies:
other requirements:
steps:
add apache variables in /etc/apache2/envvars
:
export naofode_recaptchakey='???'
export naofode_dsn='mysql:host=localhost;dbname=???'
export naofode_dbuser='???'
export naofode_dbpass='???'
alter recaptcha site key in index.php
alter analytics javascript in index.php
create database table:
mysql> source /path/to/schema.sql
edit files static.php
and private.php
to match your local configuration.
also you'll have to change line 12 of file lib/Thrash.class.php
to suit your environment.
alter <Directory /var/www/>
in /etc/apache2/apache2.conf
:
AllowOverride All
execute
mkdir /var/www/html/prints
execute
chown www-data:www-data /var/www/html/prints
execute
a2enmod rewrite
execute
service apache2 restart
On a headless server I had to use xfvb as mentioned here and here.
On a debian based system you have to: sudo apt-get install xvfb
Otherwise, the capture.sh
file should be changed.