Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthormsalhab
     
    Hi guys

    Anyone can tell me how does the directory structure for akelos look like?
    and when use 'akelos' script located in [akelos_fw_dir]/script/ to make new application named 'blog'

    where will this application files be written?

    Thanx in advance
    • CommentAuthorThijs
     

    You can create a new application with the setup script.

    Navigate to the directory where you downloaded Akelos and run

    ./script/setup -d /APPLICATIONROOT/blog -p /WEBROOT/blog
    

    where APPLICATIONROOT is the place where you want the application maps ('app', 'config', 'test',..) to be

    and WEBROOT is the root directory of your webserver. Where a symlink (named blog in this case) will created to the public map of the application.

    See also Setting up a new Akelos application in the Booklink tutorial.