From 89cf5d74f0e193a4cdfa5bb9bf9b2d4ec756556d Mon Sep 17 00:00:00 2001 From: Alexander Moras Date: Thu, 19 May 2016 14:36:26 +0100 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index fd50c77..e76941f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Dashing is a Sinatra based framework that lets you build beautiful dashboards. I [Check out the homepage](http://shopify.github.com/dashing). -Note: Dashing is no longer being actively maintained. Read about it [here](https://github.com/Shopify/dashing/issues/711). +Note: This is a fork of the original Dashing project. The original is no longer being maintained, hence this version. Read about it [here](https://github.com/Shopify/dashing/issues/711). # License Distributed under the [MIT license](MIT-LICENSE) -- cgit v1.2.3 From e92c999bd17605bba9a331adf0c610bc448c9dc0 Mon Sep 17 00:00:00 2001 From: Shahzada Hatim Date: Sat, 9 Jul 2016 21:08:26 +0200 Subject: Cleaned up shopify references in docs Use consistent naming --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e76941f..36f89e9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ -# [Dashing](http://shopify.github.com/dashing) -[![Build Status](https://secure.travis-ci.org/Shopify/dashing.png?branch=master)](http://travis-ci.org/Shopify/dashing) +# [Dashing](https://github.com/dashing-io/dashing/wiki) Dashing is a Sinatra based framework that lets you build beautiful dashboards. It looks especially great on TVs. -[Check out the homepage](http://shopify.github.com/dashing). +[Check out wiki](https://github.com/dashing-io/dashing/wiki). Note: This is a fork of the original Dashing project. The original is no longer being maintained, hence this version. Read about it [here](https://github.com/Shopify/dashing/issues/711). -- cgit v1.2.3 From b1e2589e00197de598215c6504c7714998d3f095 Mon Sep 17 00:00:00 2001 From: Tyler Mauthe Date: Sun, 23 Oct 2016 14:42:17 -0700 Subject: Renamed to Smashing --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 36f89e9..81d71c7 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# [Dashing](https://github.com/dashing-io/dashing/wiki) +# [Smashing](https://github.com/dashing-io/dashing/wiki) -Dashing is a Sinatra based framework that lets you build beautiful dashboards. It looks especially great on TVs. +Smashing, the spiritual successor to Dashing, is a Sinatra based framework that lets you build excellent dashboards. It looks especially great on TVs. -[Check out wiki](https://github.com/dashing-io/dashing/wiki). +[Check out our wiki](https://github.com/dashing-io/dashing/wiki). -Note: This is a fork of the original Dashing project. The original is no longer being maintained, hence this version. Read about it [here](https://github.com/Shopify/dashing/issues/711). +Note: This is a fork of the Dashing project, which is no longer being maintained. Read about that [here](https://github.com/Shopify/dashing/issues/711). # License -Distributed under the [MIT license](MIT-LICENSE) +Distributed under the [MIT license](MIT-LICENSE). -- cgit v1.2.3 From c55edd708398a40c9f8720ee560073462543de61 Mon Sep 17 00:00:00 2001 From: Tyler Mauthe Date: Sun, 23 Oct 2016 14:58:29 -0700 Subject: Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 81d71c7..4cad882 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ -# [Smashing](https://github.com/dashing-io/dashing/wiki) +# [Smashing](https://github.com/dashing-io/smashing/wiki) Smashing, the spiritual successor to Dashing, is a Sinatra based framework that lets you build excellent dashboards. It looks especially great on TVs. -[Check out our wiki](https://github.com/dashing-io/dashing/wiki). +**Installation**: + +`gem install smashing` + +[Check out our wiki](https://github.com/dashing-io/smashing/wiki). Note: This is a fork of the Dashing project, which is no longer being maintained. Read about that [here](https://github.com/Shopify/dashing/issues/711). -- cgit v1.2.3 From e0a6f6f87d7381f329ad0debe7136329d14c1ae4 Mon Sep 17 00:00:00 2001 From: Zeger-Jan van de Weg Date: Fri, 18 Nov 2016 16:40:33 +0100 Subject: More precise install instructions --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4cad882..fbf50a4 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,21 @@ # [Smashing](https://github.com/dashing-io/smashing/wiki) -Smashing, the spiritual successor to Dashing, is a Sinatra based framework that lets you build excellent dashboards. It looks especially great on TVs. +Smashing, the spiritual successor to [Dashing](https://github.com/Shopify/dashing), is a Sinatra based framework that lets you build excellent dashboards. It looks especially great on TVs. **Installation**: -`gem install smashing` +```bash +$ gem install bundler +Fetching: bundler-X.X.X.gem (100%) +# +$ gem install smashing +Fetching: smashing-1.0.0.gem (100%) +# +$ smashing new my-project +create my-project +create my-project/.gitignore +# +``` [Check out our wiki](https://github.com/dashing-io/smashing/wiki). -- cgit v1.2.3 From f08bbc16148a6eecf0c0166ce95cbdf956306209 Mon Sep 17 00:00:00 2001 From: Tyler Mauthe Date: Sat, 19 Nov 2016 13:00:20 -0800 Subject: Update README.md Further clarification of installation and new project instructions. --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fbf50a4..7458a0a 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,18 @@ Smashing, the spiritual successor to [Dashing](https://github.com/Shopify/dashin **Installation**: ```bash +# Install bundler $ gem install bundler -Fetching: bundler-X.X.X.gem (100%) -# +# Install smashing $ gem install smashing -Fetching: smashing-1.0.0.gem (100%) -# +# Create a new project $ smashing new my-project -create my-project -create my-project/.gitignore -# +# Change Directory into the project +$ cd my-project +# Install the bundle of project specific gems +$ bundle +# Start the example dashboard! +$ smashing start ``` [Check out our wiki](https://github.com/dashing-io/smashing/wiki). -- cgit v1.2.3 From b15d231a04f910a071001ca92ece80152647fc99 Mon Sep 17 00:00:00 2001 From: Jan Vansteenkiste Date: Fri, 9 Dec 2016 08:51:24 +0100 Subject: Correct url to the wiki pages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7458a0a..87b3a47 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ $ bundle $ smashing start ``` -[Check out our wiki](https://github.com/dashing-io/smashing/wiki). +[Check out our wiki](https://github.com/SmashingDashboard/smashing/wiki). Note: This is a fork of the Dashing project, which is no longer being maintained. Read about that [here](https://github.com/Shopify/dashing/issues/711). -- cgit v1.2.3 From b40872c74aaa2cda856cd16c1e80ec2d21417f68 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Sat, 17 Dec 2016 09:55:44 +1300 Subject: Update README adding mailing list Note about mailing list, GitHub issues, and also move both under a Community section, and move it before the Installation (now a section in Markdown too) --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 87b3a47..169a09d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ Smashing, the spiritual successor to [Dashing](https://github.com/Shopify/dashing), is a Sinatra based framework that lets you build excellent dashboards. It looks especially great on TVs. -**Installation**: +## Community + +Feel free to submit issues for bugs, new features, and enhancements in [GitHub](https://github.com/SmashingDashboard/smashing). For more general questions, or help with widgets, please use the [project mailing list](https://groups.google.com/forum/#!forum/smashing-dashboard). + +## Installation ```bash # Install bundler @@ -23,5 +27,5 @@ $ smashing start Note: This is a fork of the Dashing project, which is no longer being maintained. Read about that [here](https://github.com/Shopify/dashing/issues/711). -# License +## License Distributed under the [MIT license](MIT-LICENSE). -- cgit v1.2.3 From 9f5337f6c5e1a03ee5544178b16b806873cd8b57 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Sat, 17 Dec 2016 09:56:47 +1300 Subject: Use issues URL instead of GitHub repo URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 169a09d..7f61528 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Smashing, the spiritual successor to [Dashing](https://github.com/Shopify/dashin ## Community -Feel free to submit issues for bugs, new features, and enhancements in [GitHub](https://github.com/SmashingDashboard/smashing). For more general questions, or help with widgets, please use the [project mailing list](https://groups.google.com/forum/#!forum/smashing-dashboard). +Feel free to submit issues for bugs, new features, and enhancements in [GitHub](https://github.com/SmashingDashboard/smashing/issues). For more general questions, or help with widgets, please use the [project mailing list](https://groups.google.com/forum/#!forum/smashing-dashboard). ## Installation -- cgit v1.2.3 From 5fe067c4780c4c25275844d7ff7097a9a934f267 Mon Sep 17 00:00:00 2001 From: Tyler Mauthe Date: Wed, 4 Jan 2017 01:49:43 -0800 Subject: Deprecate mailing list in favour of gitter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7f61528..5c98f92 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Smashing, the spiritual successor to [Dashing](https://github.com/Shopify/dashin ## Community -Feel free to submit issues for bugs, new features, and enhancements in [GitHub](https://github.com/SmashingDashboard/smashing/issues). For more general questions, or help with widgets, please use the [project mailing list](https://groups.google.com/forum/#!forum/smashing-dashboard). +Feel free to submit issues for bugs, new features, and enhancements in [GitHub](https://github.com/SmashingDashboard/smashing/issues). For more general questions, or help with widgets, please use the [gitter chatroom](https://gitter.im/Smashing). ## Installation -- cgit v1.2.3 From 08dc23d12ddeb013b9e3151498bfe65e3baae590 Mon Sep 17 00:00:00 2001 From: Tyler Mauthe Date: Sun, 15 Jan 2017 10:36:17 -0800 Subject: Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5c98f92..dd5acf5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Gitter chat](https://badges.gitter.im/smashing.png)](https://gitter.im/Smashing) + # [Smashing](https://github.com/dashing-io/smashing/wiki) Smashing, the spiritual successor to [Dashing](https://github.com/Shopify/dashing), is a Sinatra based framework that lets you build excellent dashboards. It looks especially great on TVs. -- cgit v1.2.3 From ea31604de417ee7d06ae68c3b234988df9ffb890 Mon Sep 17 00:00:00 2001 From: Effy Elden Date: Sat, 25 Mar 2017 17:12:10 +1100 Subject: Update links in README to canonical GitHub organisation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index dd5acf5..6ff4065 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ [![Gitter chat](https://badges.gitter.im/smashing.png)](https://gitter.im/Smashing) -# [Smashing](https://github.com/dashing-io/smashing/wiki) +# [Smashing](https://github.com/Smashing/smashing/wiki) Smashing, the spiritual successor to [Dashing](https://github.com/Shopify/dashing), is a Sinatra based framework that lets you build excellent dashboards. It looks especially great on TVs. ## Community -Feel free to submit issues for bugs, new features, and enhancements in [GitHub](https://github.com/SmashingDashboard/smashing/issues). For more general questions, or help with widgets, please use the [gitter chatroom](https://gitter.im/Smashing). +Feel free to submit issues for bugs, new features, and enhancements in [GitHub](https://github.com/Smashing/smashing/issues). For more general questions, or help with widgets, please use the [gitter chatroom](https://gitter.im/Smashing). ## Installation @@ -25,7 +25,7 @@ $ bundle $ smashing start ``` -[Check out our wiki](https://github.com/SmashingDashboard/smashing/wiki). +[Check out our wiki](https://github.com/Smashing/smashing/wiki). Note: This is a fork of the Dashing project, which is no longer being maintained. Read about that [here](https://github.com/Shopify/dashing/issues/711). -- cgit v1.2.3 From 11d443664b7a785b42cbbd5b96347bafa5ad273a Mon Sep 17 00:00:00 2001 From: varac Date: Wed, 13 Jul 2016 20:07:09 +0200 Subject: initial commit, import from pixelated_dashboard --- README.md | 60 ++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 34 insertions(+), 26 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6ff4065..8717cfa 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,41 @@ -[![Gitter chat](https://badges.gitter.im/smashing.png)](https://gitter.im/Smashing) +# LEAP Dashboard +Check out http://shopify.github.com/dashing for more information. -# [Smashing](https://github.com/Smashing/smashing/wiki) -Smashing, the spiritual successor to [Dashing](https://github.com/Shopify/dashing), is a Sinatra based framework that lets you build excellent dashboards. It looks especially great on TVs. +## Setup -## Community +Install bundler if required -Feel free to submit issues for bugs, new features, and enhancements in [GitHub](https://github.com/Smashing/smashing/issues). For more general questions, or help with widgets, please use the [gitter chatroom](https://gitter.im/Smashing). +``` +gem install bundler +``` + +Install app dependencies using bundler: + +``` +bundle install --path=vendor/bundle +``` + +If `bundle install` fails along the way, you're probably missing Xcode command line utilities: `xcode-select --install` + +If you're getting `fatal error: 'openssl/ssl.h' file not found` installing `eventmachine` dependency, you can try install it using the following command (make sure you have openssl installed): +```bash +gem install eventmachine -v '1.0.7' -- --with-cppflags='-I/usr/local/opt/openssl/include' +``` -## Installation +To gather the data, the dashboard needs access to your GoCI account & a GitHub token. You can store them and make them available to the app like so: +```bash +cp credentials_example credentials +source credentials +``` +For this dashboard you furthermore need nodejs installed, e.g. ```bash -# Install bundler -$ gem install bundler -# Install smashing -$ gem install smashing -# Create a new project -$ smashing new my-project -# Change Directory into the project -$ cd my-project -# Install the bundle of project specific gems -$ bundle -# Start the example dashboard! -$ smashing start -``` - -[Check out our wiki](https://github.com/Smashing/smashing/wiki). - -Note: This is a fork of the Dashing project, which is no longer being maintained. Read about that [here](https://github.com/Shopify/dashing/issues/711). - -## License -Distributed under the [MIT license](MIT-LICENSE). +nodenv local 0.10.36 +``` + +Use dashing to build the dashboard or start it locally. +``` +dashing start +``` +See `dashing --help` for usage. -- cgit v1.2.3 From e7d8080b14a32788f120c1abde69ed0420d760b0 Mon Sep 17 00:00:00 2001 From: Varac Date: Mon, 17 Jul 2017 18:36:56 +0200 Subject: Add Nagios --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8717cfa..faa31e9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ gem install bundler Install app dependencies using bundler: ``` -bundle install --path=vendor/bundle +bundle install --path=vendor/bundle --deployment ``` If `bundle install` fails along the way, you're probably missing Xcode command line utilities: `xcode-select --install` -- cgit v1.2.3 From 5f1f1c0edfa877f18cb28682be087b4ac24e033f Mon Sep 17 00:00:00 2001 From: Varac Date: Mon, 11 Sep 2017 12:41:09 +0200 Subject: Code blocks show up nices in editor --- README.md | 31 ++++++++++++------------------- 1 file changed, 12 insertions(+), 19 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index faa31e9..e157049 100644 --- a/README.md +++ b/README.md @@ -6,36 +6,29 @@ Check out http://shopify.github.com/dashing for more information. Install bundler if required -``` -gem install bundler -``` + gem install bundler Install app dependencies using bundler: -``` -bundle install --path=vendor/bundle --deployment -``` + bundle install --path=vendor/bundle --deployment If `bundle install` fails along the way, you're probably missing Xcode command line utilities: `xcode-select --install` If you're getting `fatal error: 'openssl/ssl.h' file not found` installing `eventmachine` dependency, you can try install it using the following command (make sure you have openssl installed): -```bash -gem install eventmachine -v '1.0.7' -- --with-cppflags='-I/usr/local/opt/openssl/include' -``` + + gem install eventmachine -v '1.0.7' -- --with-cppflags='-I/usr/local/opt/openssl/include' To gather the data, the dashboard needs access to your GoCI account & a GitHub token. You can store them and make them available to the app like so: -```bash -cp credentials_example credentials -source credentials -``` + + cp credentials_example credentials + source credentials For this dashboard you furthermore need nodejs installed, e.g. -```bash -nodenv local 0.10.36 -``` + + nodenv local 0.10.36 Use dashing to build the dashboard or start it locally. -``` -dashing start -``` + + dashing start + See `dashing --help` for usage. -- cgit v1.2.3 From 2407b513ff0e3763b6b8755d7804ef69a4a53893 Mon Sep 17 00:00:00 2001 From: Varac Date: Wed, 13 Sep 2017 09:30:23 +0200 Subject: Rename Nagios leap.se to Nagios Infrastructure --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e157049..7d04bcd 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,6 @@ For this dashboard you furthermore need nodejs installed, e.g. Use dashing to build the dashboard or start it locally. - dashing start + ./bin/dashing start See `dashing --help` for usage. -- cgit v1.2.3