Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apayu/just_do
just to it
https://github.com/apayu/just_do
Last synced: 3 days ago
JSON representation
just to it
- Host: GitHub
- URL: https://github.com/apayu/just_do
- Owner: apayu
- Created: 2020-03-13T05:10:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T17:53:00.000Z (about 2 years ago)
- Last Synced: 2024-12-09T04:12:27.442Z (about 2 months ago)
- Language: JavaScript
- Size: 1.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/apayu/just_do.svg?branch=master)](https://travis-ci.org/apayu/just_do)
# What is this?
this is *just do*
a manage task tool
you know people always think and no want to do it
this help you better and remeber...just do it
# How to deploy?
clone this repositroy, and you can use [heroku](https://heroku.com/ "heroku"), it's easy to deploy
1.login to heroku.
2.install Heroku Cli.
3.use this commend to create new heroku project.
$ heroku create
4.use git push your project to heroku.
git push heroku master
5.if first time deploy, remember run rails db:migrate, and don't use SQLite, because heroku doesn't support.
heroku run rails db:migrate
6.Verifying deploy.... done. if you see this message, congratulation!
enjoy:)