1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

bitnami redmine の心がけ

Posted at
  1. とにかく楽をしろ
  2. 余計なプラグインは入れるなアップデート時に苦労するぞ
  3. ポート番号は変更しておけ
  4. オプションファイルを使え

え?オプションファイル?

$ cat optionfile.ini
 disable-components=subversion,phpmyadmin
 installer-language=en
 prefix=/opt/redmine
 base_user_name=admin
 base_mail=user@example.com
 base_user=admin
 base_password=adminpass
 apache_server_port=8081
 apache_server_ssl_port=10443
 mysql_port=13308
 redmine_language=en
$ ./bitnami-redmine-4.0.1-1-linux-x64-installer.run --mode unattended  --optionfile optionfile.ini

便利じゃないですか。一発でいけますわ。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?