Skip to content

Commit

Permalink
CampaignChain/campaignchain#206 Include system upgrade routines for s…
Browse files Browse the repository at this point in the history
…chema and data
  • Loading branch information
groganz committed Sep 11, 2016
1 parent 0c1bb7b commit f1dd58b
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 23 deletions.
4 changes: 2 additions & 2 deletions ce/developer/cookbook/module_update.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ CampaignChain installation:

.. code-block:: bash
$ php app/console campaignchain:schmema:diff
$ php app/console campaignchain:schema:diff
You will be asked to provide the `Composer package name`_, so that the command
knows where to put the *diff* file. For example: *acme/my-package*. Once you
Expand All @@ -102,7 +102,7 @@ default package name in *app/config/parameters.yml* with:
diff_package: acme/my-package
Test the Schema Update
~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~

To test your schema update routines, run this command in the root of your
CampaignChain installation:
Expand Down
10 changes: 10 additions & 0 deletions ee/administrator/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Administrator Handbook for EE
=============================

Installation
------------

.. toctree::
:maxdepth: 2

platformsh
27 changes: 27 additions & 0 deletions ee/administrator/platformsh.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Platform.sh
===========

This is a step-by-step guide on how to deploy CampaignChain Enterprise Edition
on Platform.sh.

CampaignChain Enterprise Edition can be installed out-of-the-box on Platform.sh,
either for production or development.

What's great about Platform.sh is that you can hook it up with GitHub to
automatically re-build and update CampaignChain on a Platform.sh server as soon
as changes to the code have been pushed to GitHub.

Create a New Project
--------------------

First, you create a new Platform.sh project by following these steps:

#. `Select a Platform.sh plan`_. Select "Development" if you would like to
use Platform.sh as a live development environment or another plan if you'd
like to use it for a production site.
#.




.. _Select a Platform.sh plan: https://accounts.platform.sh/platform/buy-now
File renamed without changes.
8 changes: 0 additions & 8 deletions ee/developer/index.rst

This file was deleted.

9 changes: 0 additions & 9 deletions ee/developer/installation.rst

This file was deleted.

12 changes: 8 additions & 4 deletions ee/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ or service providers who would like to build custom solutions. With the Custom
Edition, they can benefit from easier maintenance, additional functionality, as
well as services and support from the vendor.

The Custom Edition is based on the CampaignChain Community Edition and provides
additional features, such as easy deployment for development or production
environments, as well as automated updates to simplify the maintenance of
CampaignChain instances.
The Enterprise Edition is based on the CampaignChain Community Edition. It
provides additional end-user features and simplifies deployment for development
or production environments.

.. toctree::
:maxdepth: 2

administrator/index

0 comments on commit f1dd58b

Please sign in to comment.