Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luilver/pluie
https://github.com/luilver/pluie
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luilver/pluie
- Owner: luilver
- License: mit
- Created: 2021-01-18T16:23:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:55:34.000Z (about 1 year ago)
- Last Synced: 2024-07-31T20:48:01.993Z (5 months ago)
- Language: Ruby
- Size: 1.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE.txt
Awesome Lists containing this project
- cuban-opensource - pluie - Gateways implemented including Twilio. This project was the former core of [Knales](https://knales.github.io) (Web Development / Ruby)
README
== README
This README would normally document whatever steps are necessary to get the
application up and running.Things you may want to cover:
* Ruby version
Ruby 2.1.2
* System dependencies
* Configuration
* Database creation
Postgres DB
To setup a development environment create a pluie user with CREATE DB perms
ex,
create role pluie with createdb;
or if the user exists
alter role pluie with createdb;
This is necessary to run the tests, as the testing db needs to be created before the test suite runs* Database initialization
rake db:setup* How to run the test suite
Needs qt to run capybara-webkit.
On Debian/Ubuntu 14.04/Mint 17
sudo apt-get install qt5-default libqt5webkit5-dev
On previous versions, for example Ubuntu 13.10, using qt4 instead of qt5 can save the day* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...
Please feel free to use a different markup language if you do not plan to run
rake doc:app.