Solved: First we need to take a look at: https://github.com/bermi/akelos/blob/master/docs/guides/en/getting_started.textile
But there are some problems with the windows setup
1 - Instead of: "$ ./akelos /path/to/your/blog" you have to use "php makelos akelos:create_app --hide-makelos-folder C:\path\to\your\blog"
There is a problem because windows can not run ./makelos, maybe you should create a bat file for windows users.
2 - There are some lines in the "config/routes.php" file that reference to akelos_dashboard that do not exist.
I hope it helps you!
1 to 3 of 3