aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 0 insertions, 27 deletions
diff --git a/README b/README
deleted file mode 100644
index 3cdf917..0000000
--- a/README
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
- // Flask-Pastebin //
-
- This application implements an example pastebin with Flask,
- Flask-OAuth, Flask-SQLAlchemy, Flask-Script, as well as
- Juggernaut to show off some realtime things.
-
- What can it do?
-
- * Facebook Connect
- * Realtime push notifications with Juggernaut
- * Shows simple pagination
-
- How to use it?
-
- 1. make a virtualenv
- 2. ``pip install -r requirements.txt``
- 3. ``python manage.py initdb``
- 4. ``python manage.py runserver``
-
- Also make sure to run juggernaut.
-
- How to install juggernaut?
-
- $ npm install -g juggernaut
-
bgstack15