Skip to content

Commit

Permalink
Added some text with explanations of what build pack I am using on CF
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornharvold committed Feb 11, 2015
1 parent e522dbd commit c84e72f
Show file tree
Hide file tree
Showing 8 changed files with 84 additions and 115 deletions.
1 change: 0 additions & 1 deletion .idea/artifacts/bearchoke_server_war_exploded.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

168 changes: 71 additions & 97 deletions .idea/workspace.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/../target/classes" />
<output-test url="file://$MODULE_DIR$/../target/test-classes" />
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
Expand Down Expand Up @@ -113,7 +113,6 @@
<orderEntry type="library" name="Maven: junitperf:junitperf:1.8" level="project" />
<orderEntry type="library" name="Maven: stax:stax:1.2.0" level="project" />
<orderEntry type="library" name="Maven: stax:stax-api:1.0.1" level="project" />
<orderEntry type="library" name="Maven: stax:stax-ri:1.0" level="project" />
<orderEntry type="library" name="Maven: com.cenqua.clover:clover:1.3.12" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.11" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
Expand Down
1 change: 0 additions & 1 deletion bearchoke-backend/bearchoke-server/bearchoke-server.iml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<orderEntry type="library" name="Maven: xalan:xalan:2.7.0" level="project" />
<orderEntry type="library" name="Maven: stax:stax:1.2.0" level="project" />
<orderEntry type="library" name="Maven: stax:stax-api:1.0.1" level="project" />
<orderEntry type="library" name="Maven: stax:stax-ri:1.0" level="project" />
<orderEntry type="library" name="Maven: com.cenqua.clover:clover:1.3.12" level="project" />
<orderEntry type="module" module-name="bearchoke-user" />
<orderEntry type="library" name="Maven: org.springframework.data:spring-data-mongodb:1.7.0.M1" level="project" />
Expand Down
1 change: 0 additions & 1 deletion bearchoke-backend/bearchoke-todo/bearchoke-todo.iml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
<orderEntry type="library" name="Maven: junitperf:junitperf:1.8" level="project" />
<orderEntry type="library" name="Maven: stax:stax:1.2.0" level="project" />
<orderEntry type="library" name="Maven: stax:stax-api:1.0.1" level="project" />
<orderEntry type="library" name="Maven: stax:stax-ri:1.0" level="project" />
<orderEntry type="library" name="Maven: com.cenqua.clover:clover:1.3.12" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.11" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
Expand Down
1 change: 0 additions & 1 deletion bearchoke-backend/bearchoke-user/bearchoke-user.iml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
<orderEntry type="library" name="Maven: junitperf:junitperf:1.8" level="project" />
<orderEntry type="library" name="Maven: stax:stax:1.2.0" level="project" />
<orderEntry type="library" name="Maven: stax:stax-api:1.0.1" level="project" />
<orderEntry type="library" name="Maven: stax:stax-ri:1.0" level="project" />
<orderEntry type="library" name="Maven: com.cenqua.clover:clover:1.3.12" level="project" />
<orderEntry type="module" module-name="bearchoke-mongo-core" />
<orderEntry type="library" name="Maven: org.springframework.data:spring-data-mongodb:1.7.0.M1" level="project" />
Expand Down
20 changes: 10 additions & 10 deletions bearchoke-frontend/app/js/constants/environment_constants.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
angular.module('app').constant('configuration', {
siteName: 'Bearchoke Tempest',
facebookApiToken: '1406544132926146',
mixpanelApiToken: 'af496858fbad6db085f002140fd3c9e1',
serverHostName: 'dev.bearchoke.com',
websocketServerHostName: 'dev.bearchoke.com',
serverProtocol: 'http',
serverPort: '8080',
websocketServerPort: '8080',
mixpanelApiToken: 'a96207d97a5b101c5ec844502caba117',
serverHostName: 'api.bearchoke.com',
websocketServerHostName: 'bearchoke-server.cfapps.io',
serverProtocol: 'https',
serverPort: '',
websocketServerPort: '4443',
serverContext: '/api',
serverWebSocketContext: '/ws',
serverWebServicesContext: '/services',
baseUrl: 'http://dev.bearchoke.com:8080/api',
websocketBaseUrl: 'http://dev.bearchoke.com:8080/ws',
webservicesBaseUrl: 'http://dev.bearchoke.com:8080/services',
baseUrl: 'https://api.bearchoke.com:/api',
websocketBaseUrl: 'https://bearchoke-server.cfapps.io:4443/ws',
webservicesBaseUrl: 'https://api.bearchoke.com:/services',
version: 'application/vnd.bearchoke-v1+json',
mailchimpUsername: 'cfapps',
mailchimpU: '6e09b949dd8c5be5b4befdfeb',
mailchimpDc: 'us9',
mailchimpId: '670f539e60'
mailchimpId: 'cd1b6d791f'
});
2 changes: 1 addition & 1 deletion bearchoke-frontend/app/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1>Bearchoke Tempest</h1>
<li>Showcasing the beauty of Spring's Java Config support alongside Spring Profiles and the Servlet 3 specification.</li>
<li>Using the Command Query Responsibility Segregation (CQRS) pattern to write scalable, event-driven software with the awesome Axon Framework as well as Spring's own support for the WebSocket protocol.</li>
<li>Finally, because this application is hosted on the fantastic Cloud Foundry PaaS, you can see what's required of your application to easily deploy to CF.</li>
<li>On Cloud Foundry, the app uses RabbitMQ, MongoDb, Redis and Cloud Flare services. It uses the static build pack to push the SPA and the latest Java build pack to host the server side component.</li>
<li>On Cloud Foundry, the app uses RabbitMQ, MongoDb, Redis and Cloud Flare services. It uses a <a href="https://github.com/cloudgate313/staticfile-buildpack.git" target="_blank">custom static build pack by Evan Armbrister with nginx that supports an SPA</a> and the latest Java build pack to host the server side component.</li>
</ul>
<p>If you don't want to register or log in with Facebook, you can log in with: harrymitchell / HarryMitchell5!</p>
<p>Hope the reader of this gains some insight and has fun with the samples. I will use this as a "dumping ground" for new features I want to try out. Not everything is showcased in the UI. You'll have to go to <a href="https://github.com/bjornharvold/bearchoke" target="_blank">my project on Github</a> and download the source to see how it was all put together.</p>
Expand Down

0 comments on commit c84e72f

Please sign in to comment.