I really wanted to make use of Cosmo, as it's conceptual basis was quite appealing. The issue standing is the actual application itself, I couldn't even get it running. After hours of debugging, here's my DIY fix it list for the bugs I encountered -
- Fresh install won't write to ./core/app/autoload.php because it's not writable, had to chmod before installing.
- Script won't query 'install.sql', had to manually import after my account and what not was written to the document.
- "angular not found" -- After snooping, I realized the js minifier was broken, not returning anything on request. I didn't bother trying to solve this issue and called it quits.
I really wanted to make use of Cosmo, as it's conceptual basis was quite appealing. The issue standing is the actual application itself, I couldn't even get it running. After hours of debugging, here's my DIY fix it list for the bugs I encountered -