I'm trying to deploy Question2Answer (Q2A) by following this official install guide - where we need to set up
- A web server to push Q2A source code to - uploading application folder to App Engine instance matched with this.
- A MySQL database and the according log-in account - this is matched by creating and configuring a Cloud SQL instance to work with our app engine instance.
Though I failed to get Q2A run on Google's cloud - as browing the deployed web I get the error as below snapshot.
How would you guys get it deployed successfully?
p.s.
Steps I have made to Q2A's PHP source code
- Entering MySQL database access credentials (by following this guide)
- Adding
app.yaml
file so as Google App Engine SDK would deploy Q2A application
The Q2A source code folder I'm working with is as below.