Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

closes #62; Fixed Celery Project URL in ReadMe #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ Pre-required Setup:
- git
- Python / pip / Fabric
- sqlite / MySQL
- Apache + mod\_wsgi
- Apache + mod_wsgi

git clone https://github.com/imwilsonxu/fbone.git fbone
git clone https://github.com/imwilsonxu/fbone.git fbone

fab setup_python_macos
fab bootstrap
fab test
fab debug
fab setup_python_macos
fab bootstrap
fab test
fab debug

## STRUCTURE

Expand Down Expand Up @@ -92,7 +92,7 @@ Pre-required Setup:
## TODO

- Upgrade to [Python3k](https://www.python.org/download/releases/3.0/).
- User [Celery](http://celeryprojet.org), distributed task queue.
- User [Celery](http://celeryproject.org), distributed task queue.
- User [Elastic Search](https://github.com/elastic/elasticsearch), Open Source, Distributed, RESTful Search Engine.
- Use [PostgreSQL](https://www.postgresql.org).
- Use [GeeTest](http://www.geetest.com), a popular CAPTCHA service in China.
Expand All @@ -105,5 +105,4 @@ Pre-required Setup:

Many thanks to Python, Flask and other good stacks.


[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/imwilsonxu/fbone/trend.png)](https://bitdeli.com/free "Bitdeli Badge")