naofo.de

url shortener which creates a print. for denouncing despicable content without giving it views or pagerank

  • 所有者: naofode/naofo.de
  • 平台:
  • 許可證: GNU General Public License v2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

naofo.de

url shortener which creates a print. for denouncing despicable content without giving it views or pagerank
/
it's all about http://wkhtmltopdf.org/

simple installation guide for ubuntu 14.04

dependencies:

  • python
  • apache
  • php5
  • php5-curl
  • php5-mysql
  • mysql
  • wkhtmltoimage
  • imagemagick
  • composer

other requirements:

  • recaptcha
  • google analytics

steps:

  1. Rename .env.example to .env

  2. Edit the .env with your data

  3. Create database table:

mysql> source /path/to/schema.sql
  1. Alter <Directory /var/www/> in /etc/apache2/apache2.conf:
AllowOverride All
  1. Execute
chown www-data:www-data /var/www/html/prints
  1. Execute
a2enmod rewrite
  1. Execute
service apache2 restart
  1. Install composer dependences
composer install

Troubleshooting

xvfb

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 to not use xvfb.

主要指標

概覽
名稱與所有者naofode/naofo.de
主編程語言PHP
編程語言Shell (語言數: 4)
平台
許可證GNU General Public License v2.0
所有者活动
創建於2014-05-10 04:33:03
推送於2018-06-01 14:09:03
最后一次提交2018-06-01 11:09:02
發布數0
用户参与
星數99
關注者數5
派生數15
提交數77
已啟用問題?
問題數14
打開的問題數4
拉請求數1
打開的拉請求數1
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?