sandboxを提供して頂けませんか?

(from osdn.net/users/fess_user)
http://fess.codelibs.org/ja/dev/getting-started.html

こちらに、開発環境の構築方法が記述されていますが、予めCent OSやubuntu等のフリーのOS上で構築したものをOVFとして提供していただけないでしょうか?

最近のオープンソースの開発プロジェクトではこの形が多くなっていると思います。開発者は起動してすぐに作業に取り掛かることができ、御社は開発環境の標準が作れるので、サードベンダーからの質問を受けやすくなる筈です。しかも、実施したとしても、そちらの作業コストは1日掛からない筈です。

よろしくご検討ください。

(from osdn.net/users/shinsuke)
たまにしかメンテしていなかったり、何を開発したいのかにもよりますが
https://github.com/codelibs/devenv
でvagrantでの環境は公開してます。
Fessの開発はどんどん進んでいきますし、メンテが追いつかないと思うので
現時点ではOVFでの提供はOSSとしては考えてません。
あとは、Fess 10になると、開発自体がシンプル化されているので、
ますます必要性が低い気がしています。
(cloneしてIDEでFessBootの実行のような感じ)

(from osdn.net/users/fess_user)
試してみたらエラーになりました。vagrant?hashicorp?こんな外部の何かに依存するものではなく、シンプルにvmを固めたものが欲しいのですが・・・

c:\projects\fess\devenv\elasticsearch>c:\HashiCorp\Vagrant\bin\vagrant.exe up
Bringing machine ‘default’ up with ‘virtualbox’ provider…
==> default: Box ‘chef/centos-6.5’ could not be found. Attempting to find and install…
default: Box Provider: virtualbox
default: Box Version: >= 0
The box ‘chef/centos-6.5’ could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp’s Atlas, please verify you’re logged in via
vagrant login. Also, please double-check the name. The expanded
URL and error message are shown below:

URL: [“https://atlas.hashicorp.com/chef/centos-6.5”]
Error: The requested URL returned error: 404 Not Found