哨兵heroku这是一个小的Heroku应用程序源树,运行您自己的服务。运行步骤:
-
$ heroku login
-
$ heroku create my-sentry --buildpack https://github.com/ddollar/heroku-buildpack-multi.git
-
$ git clone git://github.com/dahlia/sentry-heroku.git
-
$ cd sentry-heroku/
-
$ git push heroku master
-
$ ./promote.py my-sentry yourusername
创建应用:
Creating my-sentry... done, stack is cedar
访问链接:
http://my-sentry.herokuapp.com/ | git@heroku.com:my-sentry.git
暂无评论