Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alajfit/nodejs-openshift_template_setup

Template Setup for NodeJS with ExpressJS on Openshift (Jade, Boostrap, Angular)
https://github.com/alajfit/nodejs-openshift_template_setup

Last synced: about 1 month ago
JSON representation

Template Setup for NodeJS with ExpressJS on Openshift (Jade, Boostrap, Angular)

Awesome Lists containing this project

README

        

# Template for NodeJS/ ExpressJS/ Jade/ GruntJS on Openshift

### Aim

- Create a Template to run on Openshift NodeJS Server
- Run an ExpressJS Server
- Use the Jade templating engine
- Use Grunt for task automation and activating server
* SASS conversion
* Watch on Files
* Livereload of SASS and Jade Updates

### Requirements

> ###Openshift
- NodeJS Server Only

> ###PC
- Git
- NodeJS
- Express
- Express-Generator
- Bower
- Bower-Installer
- GruntJS
- Ruby(Gem Installer) > SASS

### How to get setup
- Create a NodeJS Gear either in the Interface or on the Command Line
- Fork this repo to a directory on your computer
- Git pull from the Openshift Directory and merge
- You can run a server and convert sass with 'Grunt Server' in command line
- This will also use livereload (install browser plugin)
- Once your happy with the site update package.json > start as per comments
- Then use git push to the openshift remote to get your server up and running