<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=4127512" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/icemagno">@icemagno</a> here's my recommended way of using my branch, starting all the way from the beginning:</p>
<pre><code>git clone https://github.com/openstreetmap/openstreetmap-website.git
cd openstreetmap-website
git remote add jalessio https://github.com/jalessio/openstreetmap-website.git
git fetch jalessio
</code></pre>
<p>You now have two git "remotes", one called "origin" and one called "jalessio". You can see this for yourself by running this:</p>
<pre><code>git remote -v
</code></pre>
<p>which will output something like this <em>(or more likely <strong>exactly</strong> this)</em></p>
<pre><code>jalessio    https://github.com/jalessio/openstreetmap-website.git (fetch)
jalessio    https://github.com/jalessio/openstreetmap-website.git (push)
origin  https://github.com/openstreetmap/openstreetmap-website.git (fetch)
origin  https://github.com/openstreetmap/openstreetmap-website.git (push)
</code></pre>
<p>You can now switch to my work-in-progress <code>docker-compose-take2</code> branch:</p>
<pre><code>git checkout jalessio/docker-compose-take2
</code></pre>
<p>From there, you should read the updated <code>DOCKER.md</code> file and follow the instructions there. From the error you posted my guess is that you did not run the database migrations via this command:</p>
<pre><code>docker-compose run --rm web rake db:migrate
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/issues/2401?email_source=notifications&email_token=AAK2OLORI2NL4ATSAABVV6TQQZCA3A5CNFSM4JBTEOSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECLPFLY#issuecomment-546763439">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLNTQHYP7HWKATK26BLQQZCA3ANCNFSM4JBTEOSA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAK2OLMFEQPNI7C6YAKJ3TDQQZCA3A5CNFSM4JBTEOSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECLPFLY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/issues/2401?email_source=notifications\u0026email_token=AAK2OLORI2NL4ATSAABVV6TQQZCA3A5CNFSM4JBTEOSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECLPFLY#issuecomment-546763439",
"url": "https://github.com/openstreetmap/openstreetmap-website/issues/2401?email_source=notifications\u0026email_token=AAK2OLORI2NL4ATSAABVV6TQQZCA3A5CNFSM4JBTEOSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECLPFLY#issuecomment-546763439",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>