localprojects / Change-By-Us

A new way to share ideas, do projects, and make our cities better
changeby.us
Other
55 stars 27 forks source link

Installation Issues #14

Open rblom opened 12 years ago

rblom commented 12 years ago

I am a developer, but not a Python developer, so I am looking for some help with installation.

here are the steps I have followed. 1) I have a SUSE Linux distribution. 2) I have MySQL. 3) I downloaded the software and unpacked it on the web server. 4) I created the database, and ran all the database scripts.

The resutls are at http://cbu.milwaukee.gov/cbu/main.py.

Please eamail me at randie.blom@miwlaukee.gov, if you have suggestions.

cybertoast commented 12 years ago

Hi Randie, A few questions:

Cheers On Tue, Jan 3, 2012 at 1:00 PM, Randie Blom < reply@reply.github.com

wrote:

I am a developer, but not a Python developer, so I am looking for some help with installation.

here are the steps I have followed. 1) I have a SUSE Linux distribution. 2) I have MySQL. 3) I downloaded the software and unpacked it on the web server. 4) I created the database, and ran all the database scripts.

The resutls are at http://cbu.milwaukee.gov/cbu/main.py.

Please eamail me at randie.blom@miwlaukee.gov, if you have suggestions.


Reply to this email directly or view it on GitHub: https://github.com/localprojects/Change-By-Us/issues/14

rblom commented 12 years ago

Apache on SUSE linux

I did not set up the webserver, and I'm not sure what this is.

Where are the log files?

when I run python main.py, I get the same framework error message.

-----Original Message----- From: cybertoast [mailto:reply@reply.github.com] Sent: Tuesday, January 03, 2012 12:07 PM To: Blom, Randie Subject: Re: [Change-By-Us] Installation Issues (#14)

Hi Randie, A few questions:

Cheers On Tue, Jan 3, 2012 at 1:00 PM, Randie Blom < reply@reply.github.com

wrote:

I am a developer, but not a Python developer, so I am looking for some help with installation.

here are the steps I have followed. 1) I have a SUSE Linux distribution. 2) I have MySQL. 3) I downloaded the software and unpacked it on the web server. 4) I created the database, and ran all the database scripts.

The resutls are at http://cbu.milwaukee.gov/cbu/main.py.

Please eamail me at randie.blom@miwlaukee.gov, if you have suggestions.


Reply to this email directly or view it on GitHub: https://github.com/localprojects/Change-By-Us/issues/14


Reply to this email directly or view it on GitHub: https://github.com/localprojects/Change-By-Us/issues/14#issuecomment-3343643

The City of Milwaukee is subject to Wisconsin Statutes related to public records. Unless otherwise exempted from the public records law, senders and receivers of City of Milwaukee e-mail should presume that e-mail is subject to release upon request, and is subject to state records retention requirements. See City of Milwaukee full e-mail disclaimer at www.milwaukee.gov/email_disclaimer

cybertoast commented 12 years ago

What exactly is the framework error message you're getting - ie, what does "when I run python main.py, I get the same framework error message" mean? It's not in the previous emails. Also, log files are in the default Apache log location and in the path as specified in the config.yaml file. Please ensure that you created the config.yaml file per the instructions. I'll add instructions for WSGI and python setup, but I actually recommend that you use lighttpd per our instructions. Setting up Apache with python is more complicated.

rblom commented 12 years ago

Do I use these instructions if I am running SUSE linux?

https://github.com/localprojects/Change-By-Us/wiki/Installation-Instructions-%28Ubuntu%29

the error message is if you go to this link: http://cbu.milwaukee.gov/cbu/main.py

as I said, I am not a python developer.

-----Original Message----- From: cybertoast [mailto:reply@reply.github.com] Sent: Tuesday, January 03, 2012 1:17 PM To: Blom, Randie Subject: Re: [Change-By-Us] Installation Issues (#14)

What exactly is the framework error message you're getting - ie, what does "when I run python main.py, I get the same framework error message" mean? It's not in the previous emails. Also, log files are in the default Apache log location and in the path as specified in the config.yaml file. Please ensure that you created the config.yaml file per the instructions. I'll add instructions for WSGI and python setup, but I actually recommend that you use lighttpd per our instructions. Setting up Apache with python is more complicated.


Reply to this email directly or view it on GitHub: https://github.com/localprojects/Change-By-Us/issues/14#issuecomment-3344637

The City of Milwaukee is subject to Wisconsin Statutes related to public records. Unless otherwise exempted from the public records law, senders and receivers of City of Milwaukee e-mail should presume that e-mail is subject to release upon request, and is subject to state records retention requirements. See City of Milwaukee full e-mail disclaimer at www.milwaukee.gov/email_disclaimer

ghost commented 12 years ago

Are you still interested? If so, the ubuntu instructions will give you all the information that you need, just not the location of the files and some of the commands will be different. Like I asked if you are still interested, then I am willing to go through the process for OpenSUSE and document it.