From 663cf7bf2df774f2ee56a6d8fef948e54ad554f0 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Mon, 25 Jun 2018 18:58:59 +0200 Subject: [PATCH] Update README with further setup instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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