Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mvalleavila committed Oct 9, 2015
1 parent 5967db5 commit b38c1dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# 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
```

0 comments on commit b38c1dc

Please sign in to comment.