Hi John,
Welcome aboard! Unfortunately, I haven't tried running Armstrong on Google App Engine, so I'm not 100% on my advice. From the sound of it, I believe if you set the DJANGO_SETTINGS_MODULE to the appropriate value (should be either settings.production, or settings.development, depending on your environment), GAE will pick up the correct settings and you're off to the races.
Do you have the ability to set environment variables in GAE?
-T
--
Travis Swicegood | @tswicegood (most everywhere) | Director of Technology @ Texas Tribune
On Nov 29, 2012, at 11:00 PM, John Sun <
jsu...@gmail.com> wrote:
> Hi all, this is my first time here. I could not find the information I need anywhere on the Internet as Armstrong is still a little under-used, and there is not much documentation available. I really would like to get this to work, since I am building a website for a news organization with forward thinking in terms of features. I found that Armstrong CMS goals are very compatible with what we want to do.
>
> I try to install Armstrong CMS on Google Appengine using Google Cloud SQL as database. I was able to get my armstrong demo to run on local machine with the command "armstrong runserver", was able to create amstrong to create databse tables on Google Cloud SQL, however I am not sure how to deploy it on google appserver. Do I just upload it as is, and expect the server to interprete it as a django app, or more configurations are required? I did try to upload it, but the system does not seem to locate the right settings.
>
> Thanks in advance for any help can be offered.
> Best regards,
> J Sun