Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed links, updated readme, and deployment location #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# REX-Ray Configuration Generator

[http://rexrayconfig.thecodeteam.com](http://rexrayconfig.thecodeteam.com)
[http://rexrayconfig.cfapps.io](http://rexrayconfig.cfapps.io)

## Description
A dynamically create [REX-Ray configurations](http://rexray.readthedocs.io/en/latest/user-guide/config/) based upon form inputs.
Expand All @@ -10,22 +10,23 @@ Choose the service to add and begin filling out the forms. Angular.js will detec

At this time, only 1 service can be added and it's encouraged to validate using [yamllint](http://www.yamllint.com/).

Refer to the Modal/Tooltip/Popover for individual labels explaining what each
means to cut down on the need to refer back to the documentation

## Future

- Add new service types as they are introduced in v0.10.X.
- New service forms are added using the `/services` folder
- Create Container Storage Interface config options
- Integrate pre-error checks for certain services where one value takes precedent over another.
- example. ScaleIO `System Name` vs `System ID`.
- Add Modal/Tooltip/Popover for individual labels explaining what each means. [DONE]
- This will cut down on the need to refer back to the documentation.
- Add ability to have multiple services and utilize modules
- Add libStorage Server configuration options [1/2 Done]

## Contribution

To do local development, utilize `python -m SimpleHTTPServer`.

Create a fork of the project into your own reposity. Make all your necessary changes and create a pull request with a description on what was added or removed and details explaining the changes in lines of code. If approved, project owners will merge it
Create a fork of the project into your own repository. Make all your necessary changes and create a pull request with a description on what was added or removed and details explaining the changes in lines of code. If approved, project owners will merge it

## Support
Please file bugs and issues on the Github issues page for this project. This is
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<body ng-app="mainForm">

<nav class="navbar navbar-inverse navbar-fixed-top">
<a href="https://github.com/kacole2/rexray-config-generator" target="_blank"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
<a href="https://github.com/rexray/config-generator" target="_blank"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
Expand All @@ -42,7 +42,7 @@
<!-- pull right for webview in responsive.css -->
<div id="navbar" class="collapse navbar-collapse pull-right">
<ul class="nav navbar-nav">
<li><a href="https://rexray.thecodeteam.com/" class="banner-image" target="_blank"><img src="images/lowresrr.png" width="30px"></a></li>
<li><a href="https://rexray.io" class="banner-image" target="_blank"><img src="images/lowresrr.png" width="30px"></a></li>
<li><a href="http://rexray.readthedocs.io/en/stable/" class="banner-image" target="_blank"><img src="images/readthedocs-white.png" width="31px"></a></li>
</ul>
</div>
Expand All @@ -62,7 +62,7 @@ <h2>Create REX-Ray Configurations with Ease</h2>
<div ng-controller="AddServiceController">
<div ng-controller="AddServiceButtonController">
<div class="col-md-6">
<h4>Step 1: Download REX-Ray <h6 class="yamlbox">$ curl -sSL https://dl.bintray.com/emccode/rexray/install | sh</h6></h4>
<h4>Step 1: Download REX-Ray <h6 class="yamlbox">$ curl -sSL https://rexray.io/install | sh</h6></h4>
<form class="form-horizontal">
<fieldset>
<!-- Form Name -->
Expand Down Expand Up @@ -173,7 +173,7 @@ <h4>Step 4: Run as a service <h4 class="yamlbox">$ rexray start</h4></h4>
<br>
<br>
<footer class="footer pull-right">
<p>&copy; 2017 <a href="http://thecodeteam.com/">The {code} Team</a> | <img src="images/angular.png" width="20px"></p>
<p>&copy; 2017 <a href="http://rexray.io/">REX-Ray</a> | <img src="images/angular.png" width="20px"></p>
</footer>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ applications:
memory: 128M
instances: 1
path: .
domain: thecodeteam.com
domain: cfapps.io
buildpack: staticfile_buildpack