summaryrefslogtreecommitdiff
path: root/docs/deploy.rst
diff options
context:
space:
mode:
authorAdam Bogdał <adam@bogdal.pl>2016-01-15 13:23:49 +0100
committerAdam Bogdał <adam@bogdal.pl>2016-01-15 13:23:49 +0100
commit9f887c90110f7212db3de71061e47bc29d6329d2 (patch)
treec14c9c8bdc2bee9fe5343d82407d0fb8562650c9 /docs/deploy.rst
parent1346522463c14d4f460206227fb58203812ab019 (diff)
downloadsaleor-frontend-9f887c90110f7212db3de71061e47bc29d6329d2.tar.gz
saleor-frontend-9f887c90110f7212db3de71061e47bc29d6329d2.tar.bz2
saleor-frontend-9f887c90110f7212db3de71061e47bc29d6329d2.zip
Remove manifest file and update docs
Diffstat (limited to 'docs/deploy.rst')
-rw-r--r--docs/deploy.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/deploy.rst b/docs/deploy.rst
index 1420f73a..970b777f 100644
--- a/docs/deploy.rst
+++ b/docs/deploy.rst
@@ -21,6 +21,7 @@ Usage
$ docker-compose build
+
2. Prepare the database
.. code::
@@ -31,6 +32,7 @@ Usage
The ``--createsuperuser`` switch creates an admin account for
``admin@example.com`` with the password set to ``admin``.
+
3. Install front-end dependencies
.. code::
@@ -38,12 +40,14 @@ Usage
$ docker-compose run web npm install
$ docker-compose run web grunt
+
4. Run ``Saleor``
.. code::
$ docker-compose up
+
By default, the application is configured to listen on port ``8000``.
@@ -65,6 +69,7 @@ First steps
.. note::
Heroku's storage is volatile. This means that all instances of your application will have separate disks and will lose all changes made to the local disk each time the application is restarted. The best approach is to use cloud storage such as [[Amazon S3|Storage: Amazon S3]].
+
Deploy
******