I'm brand new to this Paas (Heroku)
I would test it, deploying the Plone CMS.
But I'm unable to do it.
I've create an account, installed the toolbelt on my pc.
and now?
Can someone give me some hint?
Thank you
Renato
There is now a Heroku Buildpack with specific support for Plone. I've been running http://www.niteoweb.com on Heroku since about half a year ago with this buildpack, no problems. I know others are doing it as well.
http://github.com/niteoweb/heroku-buildpack-plone
There is no easy way yet but you can keep an eye on this project, which is a precursor:
https://github.com/aclark4life/zope2-heroku
You might also want to check out:
http://pigeonflight.blogspot.com/2012/12/plone-to-cloud-in-3-easy-steps.html
And for historical reference:
https://pypi.python.org/pypi/isotoma.plone.heroku/0.0.0
Related
We run a Redis add-on on Heroku and I'd like to define the same version in a Puppet provisioning step. Heroku doesn't seem to expose Redis version information anywhere, though. I've tried:
https://devcenter.heroku.com/articles/heroku-redis
https://devcenter.heroku.com/articles/managing-add-ons
The add-on's 'Settings' page
I would prefer not to discover this information programmatically like this question's answer.
If you're OK with using RedisToGo as in the question you linked to, the information is here:
All new RedisToGo instances run with 2.8.9 as default. If you have an
existing instance and need your version upgrading then please drop us
a line and we’ll get you set up.
I am trying to install jBilling community edition on heroku and/or appfog. I could not find any information on google on how to do this. I used the simple way to deploy the war file on heroku and that did not work. I am assuming there must be some configuration changes needed.
Before I venture into this I wanted to get a shout out and see if anyone has already done this successfully and has notes that s/he is willing to share with me.
jBilling has both installation guides (for windows and for mac/linux) and a Getting Started Guide on their website that list each step and walk you through the process. Try starting with those.
I'd like to run a Meteor.js app with the "spiderable" package on Heroku. Is there a buildpack or anything else to deploy it on Heroku? (PhantomJS in needed)
This buildpack (which I wrote) works with Meteor > 0.9.3 and includes phantomjs:
https://github.com/AdmitHub/meteor-buildpack-horse
I don't know how you're stuck with this, since in practice it's pretty straightforward to install an NPM module as shown in this guide. You only need to swap underscore in that example with phantomjs.
A very good buildpack to use is oortcloud's meteorite buildpack. I've used the meteor-only buildpack, but I've encountered way to many issues with it, but with the aforementioned I have had no problems with it so far.
As for the spiderable package, meteor add spiderable.
Fair warning though: running Meteor on Heroku requires alot of research on how to actually run your app, especially with providing correct environment variables. If you will have a problem with that, this would probably not a good place to discuss any of that.
On a side note: Next time, I implore you to be a little more clear about your problem and specify what your goals really are, and what have you tried so far. Seriously, who upvotes these things?
I have a problem I cant figure out. When I started the website the voting system worked... but now many hours later it doesn't save the vote anymore.
I hope some of you have tried the same or have an idea about what can be wrong.
You can see a post on my site here: http://secretinvizimals.com/index.php/10-invizimals-the-lost-tribes/39-lizard-queen
BR
Rather hard to tell only by looking at it and not having access to the code, so these are the only things I can suggest.
Ensure you have the latest Joomla version (2.5.6)
Switch to the default Joomla template and try voting again.
Install JDump to see if its a PHP related problem.
Install a fresh copy of Joomla and your template on a subdomain and after each extension you install, test the vote.
I just installed red5 on my server, and the install seems to work fine. As you can see here: http://onelifemedia.com:5080
I got this far by using this walkthrough: http://www.webhostingtalk.com/showthread.php?t=1046590
The /demos page gives me a 404 error. So I logged onto the server, and checked to see if the "demo" directory was already there. It was not.
The applications that I installed were a directory up from the root directory. I'm not sure if this is right or not.
Either way, my end goal is to actually get something working besides the main page. If I can get the demos to work, then hopefully I should be well on my way.
I guess my questions can be broken down like this:
Does anyone know how to get the demos working?
Should I forget about the demos, and try to start writing my own code?
If I should write my own code, how should I go about installing it? Since the installer is not properly installing the demos.
Thanks
The tutorial is good but you dont need the admin app. Use the installer link in the tutorial and install the demo you want to use. The content of the "demos" directory is only the swf files used to access the server demos which you use the installer app to install. For instance , select "oflaDemo" and then from the main page navigate to demos/oflaDemo et voila.
I know I'm biased being a core developer, but we've attempted to make the server as ez as possible to use.
I could install demos from the latest svn trunk, Checkout the source, use ant&ivy to build and run the server and you can install two sample apps(oflaDemo and SOSample).
You may need to use ivy commands resolve some of the common issues during installations.
E:\dev\red5\java\server\trunk>ant ivyclear dist
()Red5 user mailing list may help you, because this is not exactly problem with Red5 source.
()http://stackoverflow.com/questions/11156222/red5-demos-not-working/11935532#11935532
I could resolve the issue based on the information in Red5 users mailing list and comments by Mr.Mondain in one of the posts in Stackoverflow