Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danyim/consultantspeak
Putting the spotlight on the idiosyncrasies of the consulting world
https://github.com/danyim/consultantspeak
Last synced: 8 days ago
JSON representation
Putting the spotlight on the idiosyncrasies of the consulting world
- Host: GitHub
- URL: https://github.com/danyim/consultantspeak
- Owner: danyim
- Created: 2014-08-28T19:03:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-20T06:06:41.000Z (almost 9 years ago)
- Last Synced: 2024-04-13T04:56:53.973Z (7 months ago)
- Language: JavaScript
- Homepage: http://jargon.yimd.net
- Size: 7.43 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Consultant Speak
## Purpose
This is a fun little project that demonstrates how `yo angular-fullstack` and a cloud SaaS provider like OpenShift can be used in unison to deploy an application into the cloud with a few commands.## Live URL
- **OpenShift:** [http://cspeak-danyim.rhcloud.com/](http://cspeak-danyim.rhcloud.com/)
- **Personal:** [http://jargon.yimd.net/](http://jargon.yimd.net/)[![Build Status](https://travis-ci.org/danyim/ConsultantSpeak.svg?branch=master)](https://travis-ci.org/danyim/ConsultantSpeak)
## Getting Started
- Install [MongoDB](http://docs.mongodb.org/manual/installation/)
- `npm install && bower install`
- `grunt serve`## Deployment
- Install the OpenShift gem `gem install rhc` and run `rhc setup` with your account details
- Run `yo angular-fullstack:openshift APP_NAME_HERE` to create and deploy the application to your OpenShift account (take a few minutes)
- After making changes, run `grunt build` then `grunt buildcontrol:openshift` to deploy## Stack
- MEAN (MongoDB, ExpressJS, Angular, NodeJS), SASS, grunt, yeoman
- Travis CI
- Red Hat OpenShift## Other Links
- [https://github.com/DaftMonk/generator-angular-fullstack#openshift](https://github.com/DaftMonk/generator-angular-fullstack#openshift)