Skip to content

mochiz/nyanstagram-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nyanstagram for iOSアプリ用のダッシュボードです。 Dashing フレームワークで構築しています。

必要なもの

環境変数の設定

Google Analytics, Nend情報取得用環境変数を.envに設定してください。

開発環境

$ cp .sample.env .env
$ vi .env

# Google Analytics
[email protected]
GA_PASSWORD=enter-your-passward
GA_UA_CODE=UA-********-1

# Nend
[email protected]
NEND_PASSWORD=enter-your-passward

Heroku

Google Analytics

$ heroku config:add \
  [email protected] \
  GA_PASSWORD=enter-your-passward \
  GA_UA_CODE=UA-********-1

Nend

$ heroku config:add \
  [email protected] \
  NEND_PASSWORD=enter-your-passward

開発環境で確認

foremanを利用して起動します。

$ foreman start

http://localhost:3030にアクセスするとダッシュボードが表示されます。

デプロイ

$ git push heroku master

About

Dashboard application for Nyanstagram built with Dashing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published