2012-12-31 01:32:43 -05:00
2012-12-30 21:58:53 -05:00
2012-12-31 00:39:15 -05:00
2012-12-30 21:58:53 -05:00
2012-12-31 01:32:43 -05:00
2012-12-31 00:43:44 -05:00
2012-12-30 23:57:05 -05:00

SETUP

  • These scripts were written and tested on Ubuntu 12.10 where bash is located at /bin/bash. You may need to create a symlink or edit these script accordingly.

  • Please backup your database first. Something like this should do it.

    mysqldump --opt -u root -p newznab > ~/newznab_backup.sql

  • This first step will modify your setup using andrewit's github, if you want. If you do not convert, then use then use myisam when editing.

  • convert database to innodb, edit path if necessary

    cd /var/www/newznab/misc/testing/

    git clone git://github.com/itandrew/Newznab-InnoDB-Dropin.git innodb

    php5 innodb/lib/innodb/convertToInnoDB.php

  • Clone my github

    cd /var/www/newznab/misc/update_scripts/nix_scripts/

    git clone https://github.com/jonnyboy/newznab-tmux.git tmux

    cd tmux

    nano edit_these.sh

  • Edit some permissions, run as root.

    ./set_perms.sh

  • Run my script, as user.

    ./start.sh

  • If you connect using putty, then under Window/Translation set Remote character set to UTF-8.

  • If something looks stalled, it probably isn't. If all 7 panes are still there, it is most likely, as it should be.

  • update_cleanup needs to be uncommented to actually do something, and update_parsing is good for fixing a few releases everytime it runs, not a silver bullet though

Click here to lend your support to: Newznab-tmux and make a donation at www.pledgie.com !

Languages
PHP 74.5%
Blade 21.5%
JavaScript 2.4%
CSS 0.8%
Shell 0.6%
Other 0.1%