Skip to content

Development

Jakob Troidl edited this page Jan 5, 2023 · 2 revisions

Contributing

coming soon

Deployment

Vimo uses Google Cloud Run as a hosting platform. Both the frontend end and the backend are deployed as individual services in Cloud Run.

# Deploy the backend
cd neuronal_motifs/server
gcloud run deploy vimo-server --source . --allow-unauthenticated
# Deploy the frontend
cd neuronal_motifs/client
gcloud run deploy vimo-client --source . --allow-unauthenticated

If successful, the app is available under https://vimo-client-3jagpvnfya-uc.a.run.app