mirror of
https://github.com/wassname/flask-bootstrap.git
synced 2026-08-11 11:18:33 +08:00
Added README, LICENSE, and TODO
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
##Flask-Tool Copyright 2012 Lucas Hrabovsky
|
||||
|
||||
##Bootstrap Copyright 2012 Twitter
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
@@ -0,0 +1,31 @@
|
||||
# flask-bootstrap
|
||||
|
||||
Flask application framework pre-configured for SQL Alchemy, flask-auth authentication, and Twitter bootstrap frontend.
|
||||
Based on Flask Tool's simple app template by imlucas and Twitter's bootstrap framework.
|
||||
|
||||
## Install
|
||||
git clone git://github.com/esbullington/flask-bootstrap.git
|
||||
cd flask-bootstrap
|
||||
pip install -r requirements.txt
|
||||
|
||||
## Run the app locally
|
||||
|
||||
|
||||
## Deploy to AWS
|
||||
|
||||
Change the appropriate settings in fabfile.py and
|
||||
fab deploy
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
* Default templates with HTML5 Boilerplate included
|
||||
* Ready to go manage.py that uses the excellent Flask-Script package
|
||||
* Supervisord config to run your app on uwsgi
|
||||
* Nginx config and required dependencies
|
||||
* Pre built fabfile for deployment on ec2 via Fabric
|
||||
* Base requirements.txt
|
||||
* Bootstrap frontend framework from Twitter
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user