Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

floating-cat/nine_gal_lazy

Repository files navigation

9gal Lazy

Make life easier at 9gal.

Installation

  1. Installing Heroku Toolbelt

  2. Creating and logining in your Heroku account

    $ heroku login
  3. Github checkout

    $ git clone https://github.com/floating-cat/nine_gal_lazy.git ~/project/nine_gal_lazy
    $ cd ~/project/nine_gal_lazy
  4. Creating a new branch and entering your 9gal username and password

    $ git checkout -b your_new_branch_name
    # replace your username and password in account.yml
    $ vi account.yml
    $ git add account.yml
    $ git commit -m "Enter username and password"
  5. Creating a Heroku app

    $ heroku apps:create your-app-name
  6. Deploying app

    $ git push heroku your_new_branch_name:master
    # Scaling 'clock' processes
    $ heroku ps:scale clock=1
    # Setting time zone
    # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
    $ heroku config:add TZ="Asia/Shanghai"

Command Reference

Log retrieval

$ heroku logs

License

See LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages