Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla Forums on Google App Engine
maximusprime
New
Hello,
I was looking for any guide or to know whether it's possible to use Vanilla forums on google app engine.
Looking forward to helpful replies,
Thank you.
Tagged:
0
Comments
Looks like they support PHP and a MySQL compatible "Cloud SQL".
You can find the PHP getting started page here: https://developers.google.com/appengine/docs/php/gettingstarted/introduction
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
This is why I prefer to IaaS to PaaS. There is no trying to get a platform specific version, that you can't use outside of this platform.
grep is your friend.
In theory vanilla should be compatible:
https://developers.google.com/appengine/docs/php/#PHP_Enabled_extensions
You could even use memcached
However, as far as I understand, you cannot store files directly where your app is.
It should be possible to direct PATH_CONF, PATH_CACHE and PATH_UPLOADS to a google cloud storage bucket from your bootstrap.php
Would be an interesting experiment.
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Will give this a try and report how it goes. Thanks a lot guys.
I was about to try it yesterday, but was reluctant to set up billing for SQL, so I got stuck there.
However the equivalent of vanillas .htaccess rewrite rules on AppEngine should be something like:
(be careful, untested!)
If it works, please post your steps in the tutorials section!
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS