Skip to content

Commit

Permalink
closes imwilsonxu#62; Fixed Celery Project URL in ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
anktd committed May 17, 2022
1 parent e7d5d3e commit 99f6530
Showing 1 changed file with 7 additions and 8 deletions.
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")

0 comments on commit 99f6530

Please sign in to comment.