Skip to content
This repository has been archived by the owner on Feb 17, 2019. It is now read-only.

Commit

Permalink
preparing release 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyukimakoto committed Jan 25, 2015
1 parent 888bdc4 commit 4d621c2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,18 @@
Adding new feature, modify a Job data on environ page.
Improve Fabric task's behavior better when failed.
You need db migration if you use 0.8.4 or below.
Download zip archive from https://github.com/tsuyukimakoto/oozappa/raw/master/migration/to_0.8.5.zip
::
$ wget https://github.com/tsuyukimakoto/oozappa/raw/master/migration/to_0.8.5.zip
$ unzip to_0.8.5.zip && cd oozappa_to_0_8_5
If you have not alembic installed. You need install it using pip or any way.
Open alembic.ini and modify sqlalchemy.url to indicate your own oozappa's db.
If you have not alembic installed. You need install it using pip or any way you like.
Open alembic.ini and modify sqlalchemy.url to indicate your own oozappa's db. then
$ alembic upgrade 1e26220da128
Expand Down

0 comments on commit 4d621c2

Please sign in to comment.