Git Product home page Git Product logo

simplecms's Introduction

SimpleCMS

SimpleCMS is Demo of using NodeJs Restify, Yeoman, grunt, Angularjs

this is init version so there is no code clean done on it yet :D

#Using Dockerfile: I'm using dockerfile as there was many issues for installing ENV of this application so, now you just need to get Docker file only and follow below steps:

  • copy Dockerfile in empty folder
  • run : docker build -t simple-cms . {it will take some time}
  • then run : docker run -i -t -p 9000:9000 simple-cms {this will open terminal on the docker container of my image}
    • nohup mongod & {wait for mongod to start it is taking some time you cant tail -f nohup.out}
    • cd /SimpleCMS/RestService/
    • node index.js &
    • cd /SimpleCMS/WebApp/
    • grunt serve &
    • from browser http://localhost:9000

#Building Application without Docker Steps to run application:

  • install mongod and start it in default port
  • install node,npm,bower
  • run rest service from RestService:
    • npm update
    • node index.js
  • run web application from WebApp
    • npm update
    • bower update
    • install grunt-cli if not have
    • grunt serve

simplecms's People

Contributors

bassemzohdy avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.