Skip to content

Commit

Permalink
README update configuration section
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo Crevon committed Jun 21, 2013
1 parent e8f5c80 commit 4efbf44
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
Recipe for building a [Localshop pypi registry](https://github.com/mvantellingen/localshop) docker container.


## Building
## Configuration

**NOTA** Locashop is built upon the [Django](https://www.djangoproject.com/) framework, and requires to set up a ``superuser``. As a default this recipe
As a convention, here at [botify-labs](https://github.com/botify-labs), we set up the Docker building filesystem context
in a ``context`` subfolder mirroring the actual final container fs state, just like you would do in a [puppet]() module ``files``
folder. If you don't get it yet, take a look at the ``context`` folder of the repository ;)

However, locashop is built upon the [Django](https://www.djangoproject.com/) framework, and requires to set up a ``superuser``. As a default this recipe
will create a ``localshop`` superuser with ``localshop`` password. However, if you'd wanna tune it a little bit
to set up your own in the ``/docker-localshop/localshop/context/localshop.conf`` file.

Expand Down

0 comments on commit 4efbf44

Please sign in to comment.