Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthorDash
     
    Are there any plugins available for Akelos?
    What are all the plugins available on Akelos .. can some one point to that.
    We are started build applications on Akelos, as its exactly similar to Rails (we have bunch of applications on Rails already, but hosting is tooooooo expensive).
    But could not find enough plugins similar to Rails.
    Any help/info on this would be great.
    • CommentAuthoralake
     

    http://wiki.akelos.org/plugins

    •  
      CommentAuthorbermi
     

    Dash, plugin development and promoting is on the top of my list.

    I'll be promoting/advocating on Akelos plugin development.

    ./script/plugin
    

    works like in Rails. The discovery and installation process is the same.

    Creating new plugins is really simple, but right now I still need to find time to put together some docs/screencasts on how to hook functionality into Akelos via plugins.

    I dream of something like this for Akelos :)

    • CommentAuthorVBharathi
     
    helo,
    I installed admin plugin: /script/plugin install admin,
    then i got "Smart commit occurred".

    when I ran admin controller, i got this error.

    Fatal error: Call to undefined method Admin_DashboardController::_authenticateOrRequestWithHttpBasic() in C:\online\akelos\app\controllers\admin_controller.php on line 39

    Any help/info on this regard
    •  
      CommentAuthorbermi
     

    @VBharathi Are you using the latest svn revision?

    • CommentAuthorVBharathi
     
    bermi,

    I was installed plugin by using this command

    ./script/plugin install admin

    I think moslty latest version.
    •  
      CommentAuthorbermi
     
    I meant the latest framework version.
    • CommentAuthorVBharathi
     
    akelos_framework-0.8(2).tar.gz, version
    •  
      CommentAuthorbermi
     

    HTTP Authentication was not implemented until rev.412. You'll need to checkout the latest version from the repository using subversion to use new features like the admin plugin.

    • CommentAuthorVBharathi
     
    Thanks bermi