Open lgommans opened 5 years ago
Hello, Unfortunately i never got around to building this out more. The existing code may work, but ive forgotten what state i left it in.
For running it, there may be an incompatibility of the cake cli version that is preventing it from finding the schema file which is here https://github.com/OverFlow636/phpantry/blob/master/Config/Schema/schema.php
If you create this db manually, you may be able to run it then, however im not sure why the schema command is not working, it did 8 years ago when i made the instructions :(
Alright, thanks for replying!
Hi! While there are no screenshots and the demo is broken, this project seems to be exactly what I'm looking for.
The instructions to run the application are a little unclear. I'm not familiar with CakePHP, but should be able to figure it out with some pointers.
I cloned the repository and installed cakephp (apt install cakephp, giving me version 2.8.5). When running
cake schema create
in the phpantry directory, it reports:It appears to be looking in the wrong place (not the current working directory, but some /usr/share/php/Cake directory). I tried various ways of specifying the current path or the schema file in Config/schema, but to no avail. I also tried to move the application to /usr/share/php/Cake, also to no avail.
How should I setup the application?
Thanks!