Commit Graph

64 Commits

Author SHA1 Message Date
evazion
5d1a1cc87e Change github repo url to https://github.com/danbooru/danbooru.
The danbooru repo was moved to https://github.com/danbooru.
2019-12-02 17:33:40 -06:00
can
791a8c3da0 necessary package to build pgsql extension 2019-11-22 04:12:39 +03:00
evazion
13f26c81d8 Remove unused files. 2019-11-15 23:59:56 -06:00
evazion
dfe2b831a3 cache: replace memcache with redis.
Drop memcache. Use redis for all caching instead.
2019-08-22 23:15:34 -05:00
evazion
e29e5fe984 Fix #4131: Upgrade to Ruby 2.6.
Upgrade procedure:

    $ echo 2.6.3 > .ruby-version

    # upgrade ruby-build to know about the latest ruby versions.
    # see also: github.com/rkh/rbenv-update
    $ cd ~/.rbenv/plugins/ruby-build && git pull

    # install the version of ruby specified in .ruby-version.
    # see also: github.com/capistrano/rbenv/issues/83
    $ rbenv install --skip-existing

    # update the shell to use the latest version of ruby by default.
    $ rbenv global 2.6.3

    # update rubygems and bundler
    $ gem update --system

    # update the lockfile to use the latest version of bundler
    $ bundle update --bundler
2019-08-14 12:25:50 -05:00
nothink
72ceb484ce Update INSTALL.debian, for Debian 9(stretch) 2019-08-05 23:29:12 +09:00
Albert Yi
27072d695d add lcms2 dependency in install 2018-10-03 13:52:04 -07:00
Albert Yi
897d3d3a99 add production2 env for testing new servers 2018-10-03 11:23:26 -07:00
Albert Yi
34d9cc6d57 fixes #3648 2018-04-17 16:28:17 -07:00
evazion
74d46708c7 INSTALL.debian: bump ruby version to 2.5.1 (4ff5af626). 2018-03-30 18:58:18 -05:00
evazion
dc9b7e5bda Fix #3582: Switch from ImageMagick to libvips 2018-03-28 17:15:57 -05:00
evazion
44c604521e Fix #3572: Install script installs wrong ruby version. 2018-03-20 02:21:43 -05:00
Jason Forbes
16f9c9bc45 Fixing dependencies for newer releases of Debian (>=9.0) 2017-10-07 20:23:57 -04:00
Albert Yi
ced7a34afa additional fixes for install script 2016-10-17 16:15:12 -07:00
Albert Yi
3479ad89c6 readd postgresql-contrib package; add conditional check for postgresql version before compiling test_parser extension #2707 2016-10-11 17:46:37 -07:00
Albert Yi
bf4397cbe4 update install script for ruby 2.3.1 2016-10-10 16:46:59 -07:00
Albert Yi
46beb247ea update ruby version to 2.3.1 2016-10-10 16:45:37 -07:00
Albert Yi
e496ac1ed6 adjustments to install script 2016-10-10 16:29:19 -07:00
Type-kun
cc7d76b168 Fix ownership of secret files in install script (mentioned in #2705, #2515) 2016-10-07 17:03:06 +05:00
Albert Yi
d776f00003 create default preview + sample directories in install script 2016-10-06 11:20:42 -07:00
r888888888
11244280d8 clearer instructions on INSTALL script 2016-09-12 13:49:57 -07:00
oktskzyk
a9d7f5284d Fix install script permission deny when copying config files 2015-10-11 03:53:39 +08:00
r888888888
dd36da1a45 install script fixes 2015-10-02 14:51:02 -07:00
r888888888
781fd8fda2 update install script 2015-10-02 13:39:59 -07:00
r888888888
a509658d5b fixes to install scripts 2015-10-02 13:36:40 -07:00
r888888888
cda3408768 fix install script 2015-05-04 19:48:18 -07:00
r888888888
447597b665 add Dockerfile support 2015-01-22 15:18:52 -08:00
r888888888
b094ff48e9 fix 2014-06-22 21:03:09 -07:00
r888888888
3ed3febe06 update install scripts 2014-06-22 20:25:32 -07:00
r888888888
16c1a45066 fixes #2148 2014-05-09 17:25:38 -07:00
dobacco
00908a7ace fix install script to work with unicorn 2013-04-17 21:45:29 -07:00
albert
dc722788be update install script 2013-01-17 10:56:55 -05:00
albert
858a8ed72a remove keymaster dependency 2012-09-19 16:53:36 -04:00
albert
bbe05ae3fa updates to install script 2012-09-05 15:47:37 -04:00
albert
8b2ac0cb70 changes 2012-05-31 15:56:50 -04:00
albert
672e35c7fd updated install script 2012-04-19 15:14:53 -04:00
albert
ee1329235d fix to install script, add ordering to dmails 2011-12-07 16:58:52 -05:00
albert
47abe4eacd fixed stylign for flash previews 2011-10-28 16:22:33 -04:00
albert
018c8bceea install script fixes 2011-10-22 22:30:32 -04:00
albert
45d3500c91 install script fixes 2011-10-22 22:06:40 -04:00
albert
5e809a57a7 updated install script 2011-10-22 21:44:08 -04:00
albert
19e052724c fixes #85: Emailed message of Password Reset Request 2011-09-18 15:47:15 -04:00
albert
02579a911f run passenger install in a subshell to prevent it from hijacking the install script 2011-09-17 19:01:33 -04:00
albert
00daf898f4 added psmisc to install script 2011-09-17 14:27:00 -04:00
albert
f56ae86b5b refactored anon pools 2011-09-16 19:01:40 -04:00
albert
d664cca4a4 install script fixes 2011-09-16 17:29:13 -04:00
albert
1059e20016 fixed install script 2011-09-16 17:08:47 -04:00
albert
a814957859 fixed styles for previews 2011-09-16 15:10:42 -04:00
albert
a717134163 refactored resizer to use imagemagick, fixed some tests 2011-09-16 12:38:56 -04:00
albert
a562d27a5f fixes for mailer config 2011-09-15 18:21:42 -04:00