Giter Site home page Giter Site logo

alvanieto / siwapp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from siwapp/siwapp-ror

0.0 1.0 0.0 1.7 MB

Online Invoice Management in Ruby On Rails.

Home Page: http://www.siwapp.com

License: MIT License

Ruby 67.58% CoffeeScript 4.82% CSS 3.06% HTML 24.33% Shell 0.06% Dockerfile 0.13% JavaScript 0.02%

siwapp's Introduction

Siwapp

Build Status

Online Invoice Management. See online demo (user: [email protected], password: secret).

API Documentation

Howto Install on Heroku

First clone the siwapp repository into your computer:

$ git clone [email protected]:siwapp/siwapp.git
$ cd siwapp

Create the app in heroku (we suppose in the terminal your are logged in heroku). Here we call the app "siwapp-demo", but choose whatever you like.

$ heroku apps:create siwapp-demo
$ heroku apps:create --region eu --buildpack heroku/ruby siwapp-demo
$ heroku addons:create heroku-postgresql
$ heroku addons:create scheduler:standard

Push the code to heroku, and setup database.

$ git push heroku
$ heroku run rake db:setup

Finally create an user to be able to login into the app.

$ heroku run "rake siwapp:user:create['demo','[email protected]','secret_password']"

If you want the recurring invoices to be generated automatically, you have to setup the heroku scheduler addon:

$ heroku addons:open scheduler

Add a new job, and put "rake siwapp:generate_invoices"

That's it! You can enjoy siwapp now entering on your heroku app url.

$ heroku apps:open

siwapp's People

Contributors

carlosescri avatar peillis avatar joez99 avatar ecoslado avatar serguitus avatar mdogo avatar agutierrezrodriguez avatar knittingdev avatar goravbhootra avatar atcruice avatar jcalado avatar resetreboot avatar trickstar13 avatar yameguun avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.