Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/alajfit/nodejs-openshift_template_setup
- Owner: alajfit
- License: gpl-2.0
- Created: 2015-05-21T15:12:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-23T21:47:44.000Z (over 9 years ago)
- Last Synced: 2024-03-18T18:10:43.758Z (10 months ago)
- Language: JavaScript
- Size: 7.88 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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