# Hello from Gitpod! (installing on google cloud + automated dev setup)

**URL:** https://meta.discourse.org/t/hello-from-gitpod-installing-on-google-cloud-automated-dev-setup/128783
**Category:** Self-hosting
**Created:** [September 17, 2019, 11:54am UTC](https://meta.discourse.org/t/hello-from-gitpod-installing-on-google-cloud-automated-dev-setup/128783 "2019-09-17T11:54:32Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![jankeromnes](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jankeromnes/32/117299_2.png) [@jankeromnes](https://meta.discourse.org/u/jankeromnes)
#### Post date: [September 17, 2019, 1:49pm UTC](https://meta.discourse.org/t/hello-from-gitpod-installing-on-google-cloud-automated-dev-setup/128783/4 "2019-09-17T13:49:19Z")

</div>

Thanks for your replies @marianord and @david!

> [@marianord](#):
>
> I’d use a normal Google Compute instance and that’s it.

That does sound more reasonable than using Cloud Run, since extracting all the state from Discourse containers could take some time. Thanks for pointing me to the guide! I’ll try to follow it to set up a Compute instance, and report back here with my findings.

> [@david](#):
>
> Which setup instructions are you using?

I’m following [https://github.com/discourse/discourse/blob/master/docs/DEVELOPER-ADVANCED.md](https://github.com/discourse/discourse/blob/master/docs/DEVELOPER-ADVANCED.md).

The exact error I saw was:

```
== Seed from /workspace/discourse/db/fixtures/990_settings.rb
Discourse hostname: localhost is not a valid domain for emails!

== Seed from /workspace/discourse/db/fixtures/990_topics.rb
rake aborted!
ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation "polls" does not exist
LINE 8: WHERE a.attrelid = '"polls"'::regclass
                            ^

```

While trying to do:

```
bundle exec rake db:create db:migrate &&
RAILS_ENV=test bundle exec rake db:create db:migrate

```

I’ve also experimented with adding this line:

```
RAILS_ENV=development bundle exec rake db:create db:migrate

```

but to no avail.

> [@david](#):
>
> If the polls table is missing, it suggests you have not run the plugin migrations. They should be run automatically in development mode. In test mode, you need to add `LOAD_PLUGINS=1` before the `rake db:migrate` command

Thanks a lot for the tip! I’ll try that, and report back here as well. (Sorry for asking two questions in one! Hopefully it won’t make the discussion too confusing.)

---

_[View the full topic](https://meta.discourse.org/t/hello-from-gitpod-installing-on-google-cloud-automated-dev-setup/128783)._
