OpenRasta 3 is just the branding for the 2.2 codebase i've been working on. A lot of it is indeed in the code-bunker, as there's a large backlog of changes that are in the process of being applied to the current version of all packages, as well as a lot of cleaning up to do (mainly, get the new site live, remove the openrasta-stable github project as well as the old svn code, migrate some code that never made it in the github transition back in git, etc etc). It's actively being worked on, just not as much in public as the existing codebase. You can see the code that's live at http://github.com/openrasta/openrasta-core, where there are many pending pull requests and more work being done. I'd say there is a lot of activity still :)
To install when using OpenWrap, you need an OpenWrap-enabled solution, so you'll have to follow the openwrap tutorial first. I'll release a package soon that enables just creating new openrasta sites from a command (that's part of the alpha OR3 code i've showcased a little bit), so you'll be able to do an o add-wrap openrasta-devtools -sys once and create your site with an o create-orsite, that ought to make the initial config much easier. Again it is being worked on.
There is no specific .net 4 build for OR 2.1, because you can happily run OpenRasta 2.0 and 2.1 in a .net 4 environment. .net 4 support (including dynamic and a few other niceties) will be for OR 3.0, but this is just adding features (such as a no-config option for the asp.net hosting) rather than needing a specific build to run. Have you encountered .net 4 specific issues you need help with?
I know there's been a lot of questioning about the future of OpenRasta, work is still ongoing, we have new contributors, it just takes a little more time than I'd have liked to get all the pieces running, but we'll get there, and we still have one of the strongest communities amongst alternative web frameworks, this will continue.
发布评论
评论(2)
回答你的三个问题:
o add-wrap openrasta-devtools -sys
一次并使用o create-orsite
创建站点,这应该会使初始配置变得更加容易。再次,它正在研究中。我知道人们对 OpenRasta 的未来有很多疑问,工作仍在进行中,我们有新的贡献者,只是需要比我希望的时间多一点的时间来让所有部分运行起来,但我们会实现目标,而且我们仍然拥有替代网络框架中最强大的社区之一,这种情况将会继续下去。
To answer your three questions:
o add-wrap openrasta-devtools -sys
once and create your site with ano create-orsite
, that ought to make the initial config much easier. Again it is being worked on.I know there's been a lot of questioning about the future of OpenRasta, work is still ongoing, we have new contributors, it just takes a little more time than I'd have liked to get all the pieces running, but we'll get there, and we still have one of the strongest communities amongst alternative web frameworks, this will continue.
我正在使用 open-rasta,它工作得很好。您需要克隆 openrasta-core git 存储库。
git://github.com/openrasta/openrasta-core.git
这个仓库几天前刚刚得到了一些更新,所以我知道 Sebastien 仍在努力工作。
我不确定 OR 版本 3 何时发布,周围仍然有一些无线电闲聊,所以我怀疑他正处于代码掩体中。
我希望这对
乔尼有帮助
I am using open-rasta and it is working just fine. You need to clone the openrasta-core git repo.
git://github.com/openrasta/openrasta-core.git
This repo just got some updates a few days ago so I know Sebastien is still working hard.
I am not sure when OR version 3 is due, there is still some radio-chatter surrounding it so I suspect he is in the code-bunker with that.
I hope that helps
Jonny