diff --git a/.gitignore b/.gitignore index 57289ac..1b7e22c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /node_modules/ -npm-debug.log \ No newline at end of file +npm-debug.log +.DS_Store diff --git a/views/index.html b/views/index.html index aea7910..42e307f 100644 --- a/views/index.html +++ b/views/index.html @@ -42,7 +42,7 @@ section{ display: block; } body { - color: #404040; + background: #106fb7; font-family: "Helvetica Neue",Helvetica,"Liberation Sans",Arial,sans-serif; font-size: 14px; line-height: 1.4; @@ -177,8 +177,9 @@ p { p + h2 { margin-top: 2em; } + html { - background: #f5f5f5; + background: #106fb7; height: 100%; } code{ @@ -214,96 +215,5 @@ pre {
-For instructions on how to use this application with OpenShift, start by reading the Developer Guide.
- -- The source code for this application is available to be forked from the OpenShift GitHub repository. - You can configure a webhook in your repository to make OpenShift automatically start a build whenever you push your code: -
- -After you save your webhook, if you refresh your settings page you can see the status of the ping that Github sent to OpenShift to verify it can reach the server.
-Note: adding a webhook requires your OpenShift server to be reachable from GitHub.
- -If you forked the application from the OpenShift GitHub example, you'll need to manually clone the repository to your local system. Copy the application's source code Git URL and then run:
- -$ git clone <git_url> <directory_to_create> - -# Within your project directory -# Commit your changes and push to OpenShift - -$ git commit -a -m 'Some commit message' -$ git push- -
After pushing changes, you'll need to manually trigger a build if you did not setup a webhook as described above.
- -Documentation on how to manage your application from the Web Console or Command Line is available at the Developer Guide.
- -You can use the Web Console to view the state of your application components and launch new builds.
- -With the OpenShift command line interface (CLI), you can create applications and manage projects from a terminal.
- -Page view count: - <% if (pageCountMessage) { %> - <%=pageCountMessage%> -
-Type: | <%= dbInfo.type %> |
URL: | <%= dbInfo.url %> |