I'm looking for a CMS for use with Appharbor, the issue I've seen with other CMS's is that they store content in the file system which may get deleted between deployments and does not work across multiple nodes (so maybe everything would be stored in the database).
Does anyone have an experience setting up a CMS on Appharbor?
Currently I'm using Umbraco a bit so it anyone has been able to set that up those details would also be helpful.
Other cms's that might work would be Orchard or Composite C1.
Here are some guides that might help you out:
Composite C1 abstracts all its access to files through its own C1FileSystem, meaning that it can run fine on systems that requires files to be stored in ie. blobstorage or database.
AFAIK there has only been written two implementations though, one for normal filesystem and one for Azure. But it should be easy to see how the Azure implementation is made and do a similar for AppHarbor.
Look at the Composite.Plugins.IO.IOProviders.LocalIOProvider.LocalIOProvider interface to get a feeling of the kind of job that needs to be done to run on AppHarbor. Its not that bad really.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With