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

    few days ago I started a new Ak project. I then checked out the SVN repo and I noticed some changes in the trunk in last days.

    Is there a convenient way to structure an Akelos project in order to keep the structure handy for upgrades?!?

    i.e.
    - app
    - tests
    - ak-core <--THE ONE THAT NEEDS TO BE UPDATED
    |-----www
    |-css
    |-js
    Dan
    •  
      CommentAuthorbermi
     

    I use to link the framework from my projects by setting in config/config.php

    define('AK_FRAMEWORK_DIR', '/Volumes/Files/Projects/akelos_framework/trunk');
    

    That way I only need one copy of Akelos for all my apps

    • CommentAuthordanfreak
     
    Cool,

    this is what I was looking for!

    Dan