Code Monkey home page Code Monkey logo

dayjot's Introduction

  An alternative to OhLife

What is it?

DayJot is a simple, private journaling app. It's built to provide many features that were included in the (now defunct) OhLife journaling app. The hosted version of DayJot will be run forever. As long as there is a single user paying $3/month, it will remain online.

What does it do?

  • Customizable email reminder system.
  • Reply to reminder to make a post
  • Powerful search
  • Multiple, beautiful ways to browse your journal.
  • Easy OhLife importer.
  • Easy export of all entries
  • Supports Markdown

How do I use it?

The easiest way is to sign-up at DayJot ;).

To get it running on your own machine, here's what you need to know:

Stack

Requirements

Please note that you must be on Node 0.10.x to run DayJot.

  1. Install Node 0.10.x, I recomment installing via n
  2. npm install -g [email protected]
  3. npm install -g bower
  4. Ruby 2.1.4, I recommend installing via RVM
  5. gem install foreman
  6. PostgreSQL

This script provides an easy way to install the above dependencies.

Running DayJot

After you have cloned this repo, and installed the dependencies above, run this setup script to set up your machine with the necessary dependencies to run and test DayJot:

% cd rails && ./bin/setup

After setup, you can run the application from the rails directory with:

% foreman start -f Procfile.local

You should be set to use the app at http://localhost:3000.

Relevant config variables can be found in the rails/config/application.yml file.

Depending on your PostgreSQL setup, you may need to update the DB_USERNAME and DB_PASSWORD properties in rails/config/application.yml.

How do I Contribute?

Gee I'm so glad you asked that, great question!

  1. Fork
  2. Hack
  3. Test (Rails tests can be run via rspec; Tests haven't been setup for Ember)
  4. Send a pull request.

The biggest issue right now is that there are very few tests (none for Ember and just a skeleton for Rails). Coincidentally, writing tests is one of the best ways to familiarize oneself with a new codebase.

Gift for contributors

I would be very grateful to anybody who's up for writing tests for this project. In fact, for anybody who submits a PR with one or more tests (one is fine!), I'll set you up on DayJot for free, for life.

Contact

Please direct any questions, concerns, or general chat to [email protected]. I'm also available on Twitter at @marbemac.

License

DayJot is released under the GNU V2 License.

dayjot's People

Contributors

jikkujose avatar slix avatar ericr avatar andrewobrien avatar zottelchen avatar

Watchers

James Cloos avatar ibnu mubarok 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.