Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/banyan/Vimpusher
https://github.com/banyan/Vimpusher
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/banyan/Vimpusher
- Owner: banyan
- Created: 2012-01-04T13:52:12.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-03-20T01:06:08.000Z (over 9 years ago)
- Last Synced: 2024-06-28T06:39:20.630Z (5 months ago)
- Language: Ruby
- Homepage: http://www.vimpusher.com
- Size: 604 KB
- Stars: 20
- Watchers: 2
- Forks: 6
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vimpusher [![Build Status](https://secure.travis-ci.org/banyan/Vimpusher.png)](http://travis-ci.org/banyan/Vimpusher)
==============================================
![Alt text](https://github.com/banyan/banyan.github.com/raw/master/images/vimpusher/vimpusher-girl.png)URL
------------------------------
[http://www.vimpusher.com](http://www.vimpusher.com)Overview
------------------------------
Vimpusher is social vim plugin service.Quick Start
------------------------------1. Prepare mysql server and redis server.
2. $ bundle install
3. Create below configs from \*.yml.sample files
* config/database.yml
* config/oauth.yml
* config/redis.yml
4. $ RAILS\_ENV=production rake db:setup
5. $ RAILS\_ENV=production rake resque:work
6. $ script/rails server -e production [-p PORT]
7. Register application to OAuth providers
* Callback URLs: /auth/{twitter,facebook,github}/callbackCopyright
------------------------------MIT License