keedio / ambari-web

This repository contains required modifications to ambari-web javascripts in order to deploy a keedio stack with ambari

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ambari-web

This repository contains required modifications to ambari-web javascripts in order to deploy a keedio stack with ambari

cp app.js /tmp/;gzip /tmp/app.js;cp -f /tmp/app.js.gz /usr/lib/ambari-server/web/javascripts/
cp app.css /tmp/;gzip /tmp/app.css;cp -f /tmp/app.css.gz /usr/lib/ambari-server/web/stylesheets/
cp -r app/assets/img/keedio /usr/lib/ambari-server/web/img/
cp app/assets/font/* /usr/lib/ambari-server/web/font/
cp app/assets/index.html /usr/lib/ambari-server/index.html

About

This repository contains required modifications to ambari-web javascripts in order to deploy a keedio stack with ambari


Languages

Language:JavaScript 92.1%Language:HTML 4.0%Language:CSS 3.8%Language:Shell 0.0%Language:CoffeeScript 0.0%