GithubHelp home page GithubHelp logo

isabella232 / mailpenny Goto Github PK

View Code? Open in Web Editor NEW

This project forked from payloadtech/mailpenny

0.0 0.0 0.0 20.06 MB

The code for mailpenny.com

License: GNU Affero General Public License v3.0

Ruby 3.18% JavaScript 40.49% CSS 55.55% HTML 0.79%

mailpenny's Introduction

Build Status Coverage Status Yard Docs Docs Coverage Mailpenny

This is the entire codebase for the Mailpenny app. Mailpenny uses Mailgun to send/receive email.

Setup

Clone the repository, and then run:

bundle install --without production
bundle exec rake db:setup

It's a good idea to run five consoles:

  1. Server with bundle exec rails server
  2. Guard with bundle exec guard
  3. Rails console with bundle exec rails console
  4. Yard server with bundle exec yard server --reload
  5. A regular terminal for git and file manipulation

Docs

Generate docs using the yard command, and they will be saved in doc/.

Run yard server --reload which generates a fresh docs from your code on refresh, to keep an eye on your method docs.

Tests

Run guard in a console to continuously test the app on every save.

Production

Test with bundle exec rake test before deploying!

Mailpenny uses postgresql as the DB, and in production automatically loads from the DATABASE_URL config var.

If using heroku, remember to run heroku run rake db:create && heroku run rake db:setup

mailpenny's People

Contributors

amingilani avatar waleedsulehria 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.