Skip to content

open-falcon-archive/links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 21, 2015
bc932dd · May 21, 2015

History

4 Commits
May 8, 2015
May 8, 2015
May 8, 2015
May 8, 2015
May 14, 2015
May 14, 2015
May 21, 2015
May 8, 2015
May 14, 2015
May 8, 2015
May 8, 2015
May 8, 2015

Repository files navigation

falcon links: falcon告警合并后的详细信息查看

Install dependency

# yum install -y python-virtualenv

$ cd /home/work/open-falcon/links/
$ virtualenv ./env

# use douban pypi
$ ./env/bin/pip install -r pip_requirements.txt -i http://pypi.douban.com/simple

Init database and config

  • database schema: scripts/schema.sql
  • database config: frame/config.py

Start

$ ./env/bin/python wsgi.py

--> goto http://127.0.0.1:5090

Run with gunicorn

$ . env/bin/activate
$ bash run.sh

--> goto http://127.0.0.1:5090

About

告警合并详细详情展示组件

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published