Skip to content

Commit

Permalink
removing pre 2.0 migration scripts, and adding documentation for corr…
Browse files Browse the repository at this point in the history
…ect path during init
  • Loading branch information
kevgliss committed Jan 29, 2016
1 parent 467c276 commit 9f8f64b
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 445 deletions.
1 change: 1 addition & 0 deletions docs/quickstart/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ Additional notifications can be created through the UI or API. See :ref:`Creati

.. code-block:: bash
$ cd /www/lemur/lemur
$ lemur init
.. note:: It is recommended that once the ``lemur`` user is created that you create individual users for every day access. There is currently no way for a user to self enroll for Lemur access, they must have an administrator create an account for them or be enrolled automatically through SSO. This can be done through the CLI or UI. See :ref:`Creating Users <CreatingUsers>` and :ref:`Command Line Interface <CommandLineInterface>` for details.
Expand Down
42 changes: 0 additions & 42 deletions lemur/migrations/versions/1ff763f5b80b_.py

This file was deleted.

2 changes: 1 addition & 1 deletion lemur/migrations/versions/33de094da890_.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# revision identifiers, used by Alembic.
revision = '33de094da890'
down_revision = 'ed422fc58ba'
down_revision = None

from alembic import op
import sqlalchemy as sa
Expand Down
49 changes: 0 additions & 49 deletions lemur/migrations/versions/3b718f59b8ce_.py

This file was deleted.

26 changes: 0 additions & 26 deletions lemur/migrations/versions/4bcfa2c36623_.py

This file was deleted.

41 changes: 0 additions & 41 deletions lemur/migrations/versions/4c8915e461b3_.py

This file was deleted.

31 changes: 0 additions & 31 deletions lemur/migrations/versions/4dc5ddd111b8_.py

This file was deleted.

Loading

0 comments on commit 9f8f64b

Please sign in to comment.