Glimesh Handbook / Engineering / Deploying the Site

Deploying the Site

The Glimesh.tv deployments are now handled by running the ansible scripts found in Glimesh/ops

Running Migrations

Currently, migrations are still ran very manually. After a web node is deployed you can run migrations on it by connecting to it via IEx.

iex --name "glimesh@dev" --cookie glimesh_secure_cookie --remsh glimesh@web1
...
iex(glimesh@web1)1>  Glimesh.Release.migrate()