diff --git a/README.md b/README.md index e624b96..50fa52e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Jumpstart Blender Cloud development with this simple guide. Blender Cloud relies on a number of services in order to run. Check out the [Pillar system setup]( https://pillarframework.org/development/system_setup/#step-by-step-setup) to set this up. +Add `cloud.local` to the `/etc/hosts` file on localhost. This is a development convention. + ### Check out the code Go to the local development directory and check out the following repositories, next to each other. @@ -60,6 +62,12 @@ Created project for user Copy the value of `` and assign it as value for `MAIN_PROJECT_ID`. +Run the application: + +``` +./manage.py runserver +``` + ## Development