Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthorGruszks
     
    How i can use this command ./script/generate.. in Windows XP?
    • CommentAuthorKaste
     

    there is nothing special here.

     php script/generate
    

    from the root of your project folder.

    hint: add the php-path to your environment-variable. (how do we call this in windows?)

    • CommentAuthorGruszks
     
    Je but what patch to what folder...
    C:\wamp\www\akelos_framework this ?
    And to Variable? or create new?

    Any1 Have tutorial how do this?
    • CommentAuthorKaste
     

    I dont understand "what patch".

    open a comand-line. type path <enter>

    add your path-to-your-php-exe to this variable.

    or just call

     c:\\wamp\\php\\php.exe script/generate [...]
    

    from the root of your project-folder.