Skip to content

Commit

Permalink
Project rename to kifu.
Browse files Browse the repository at this point in the history
  • Loading branch information
mazz committed Dec 29, 2014
1 parent f5c1cec commit 842c194
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
initpyr
kifu
=======
Deploys a pyramid project that includes SQLAlchemy, alembic, gunicorn, supervisor, celery, RabbitMQ, redis(result backend). A python script that is based on the pyramid_alembic_mako scaffold.

Expand All @@ -18,8 +18,8 @@ Optional:
QUICKSTART
----------
```
cd initpyr
./initpyr.py -n foo -s
cd kifu
./kifu.py -n foo -s
cd foo_env/foo
../bin/pserve development.ini
Expand Down Expand Up @@ -86,7 +86,7 @@ Install linuxbrew

Install this script:

git clone https://github.com/mazzaroth/initpyr.git
git clone https://github.com/mazzaroth/kifu.git


SETUP(Mac OS X)
Expand Down Expand Up @@ -159,9 +159,9 @@ In a terminal window launch rabbitMQ.

rabbitmq-server

Clone the initpyr repo locally. Run initpyr.py and create a project called `foo`.
Clone the kifu repo locally. Run kifu.py and create a project called `foo`.

./initpyr.py -s -n foo
./kifu.py -s -n foo

The script will in a virtual environment:

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 842c194

Please sign in to comment.