apache php 2gbの制限
- 2016年10月31日(月) 19:17 JST
- 投稿者: akira
- 表示回数 111
単純にwebdavの環境を作っても2GBの制限が、apacheでは発生する。
リンクにあるphpのコードように記述すると、phpでも同等の動きをするらしい。
2025年 4月4日(金) 13:29 JST
単純にwebdavの環境を作っても2GBの制限が、apacheでは発生する。
リンクにあるphpのコードように記述すると、phpでも同等の動きをするらしい。
ruby versionは2.3.1に変更
$ wget http://www.redmine.org/releases/redmine-3.3.1.tar.gz
redmine/files にあるuploadファイルをコピー
$ /usr/bin/mysqldump -u redmine -p redmine | gzip > redmine_`date +%y_%m_%d`.gz
$ tar zxf redmine-3.3.1.tar.gz
$ cp configuration.yml ../../redmine-3.2.1/config/
$ cp database.yml ../../redmine-3.2.1/config/
$ cp unicorn.rb ../../redmine-3.2.1/config/
$ cp config.ru ../../redmine-3.2.1/
$ cp Gemfile.local ../../redmine-3.2.1/
$ bundle install --without development test --path vendor/bundle
$ bundle exec rake generate_secret_token
$ bundle exec rake db:migrate RAILS_ENV=production
$ bundle exec rake redmine:plugins:migrate RAILS_ENV=production
$ bundle exec rake tmp:cache:clear tmp:sessions:clear RAILS_ENV=production
今まで、
curl -sS https://getcomposer.org/installer | php
をやると、segmentation faultが起きて失敗するか、
だったが、今問題なくcomposer.pharがつくれた、原因不明
curl -sS https://getcomposer.org/installer | php
Downloading 1.2.1...
Composer successfully installed to: /home/kei/composer.phar
Use it: php composer.phar
Some settings on your machine may cause stability issues with Composer.
If you encounter issues, try to change the following:
The xdebug extension is loaded, this can slow down Composer a little.
Disabling it when using Composer is recommended.
jessie
./configure \ --with-init-style=debian-systemd \ --without-libevent \ --without-tdb \ --with-cracklib \ --enable-krbV-uam \ --with-pam-confdir=/etc/pam.d \ --with-dbus-sysconf-dir=/etc/dbus-1/system.d \ --with-tracker-pkgconfig-version=1.0 \ --prefix=/opt/local
ubuntu 14.04
./configure \
--with-init-style=debian-sysv \
--prefix=/opt/local \
--with-cracklib \
--enable-krbV-uam \
--with-pam-confdir=/etc/pam.d \
--with-dbus-sysconf-dir=/etc/dbus-1/system.d \
--with-tracker-pkgconfig-version=0.16
1. cakephp3 インストールする
$ composer create-project --prefer-dist cakephp/app [app_dir_name]
2.インストールするプラグインがあったら、cakedc/search
参考
ディレクトリをapp_dir_nameに移して
$ composer require cakedc/search:3.0.*-dev
若しくは、composer.jsonファイスに追加、(上の行にはピリオドを付ける。)
{
"require" : {
"cakedc/search": "3.0.*-dev"
}
}
$ composer update
を実施(これで良いのか、未確認)
config/bootstrap.phpには、
Plugin::load('Search');
を追加
過去 7 内に最も多くの人の興味を引いたアイテム: 日
指定した期間内にLikesもDislikesもありません。