commit cf52ef2f9ee8fc771c3ba639c53418c18a012756
tree 64a9a8e66c5713a90ef0e6272e412c40571f09f2
parent f6b8f39b7fd31de38734f66b423b82ba0c3bfdcf
tree 64a9a8e66c5713a90ef0e6272e412c40571f09f2
parent f6b8f39b7fd31de38734f66b423b82ba0c3bfdcf
flak /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Nov 02 17:07:11 -0800 2009 | |
| |
LICENSE | Tue Oct 27 20:36:57 -0700 2009 | |
| |
README.markdown | ||
| |
Rakefile | Mon Oct 26 16:18:40 -0700 2009 | |
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
lib/ | Mon Nov 02 17:07:11 -0800 2009 | |
| |
public/ | ||
| |
script/ | Mon Oct 26 16:18:40 -0700 2009 | |
| |
test/ | ||
| |
vendor/ |
README.markdown
Flak
A private, API-based chat server.
Setup
git clone git://github.com/sevenwire/flak.git
# or download and extract from from http://github.com/sevenwire/flak/archives/master
cd flak # or wherever the application was cloned or extracted to, the root of the project
rake flak:setup
# Change config/config.yml and config/database.yml to taste
rake db:create:all
rake db:migrate
script/server
Use
- Go to http://localhost:3000 in a browser for an API reference
- Test with lib/flak_wrapper.rb (requires httparty, which you can install using: gem install httparty)
- Try it out with curl
- Write your own interface

