Skip to content

NagRamachandran/digitopia-example

 
 

Repository files navigation

Digitopia

This is an example Strongloop app Scaffolding.

The details of this repository are discussed on digitopia

####Installation

To run the app:

  1. Download the repository

  2. unpack it

  3. cd digitopia-example

  4. install imagemagick (if you want to play with file upload example)

  5. run npm install

  6. define localdev.env as described in see keeping secrets

    To run app w/o facebook, twitter and s3 api features use these values NODE_ENV=localdev AUTOUPDATE=true SKIP_PASSPORT=true SKIP_UPLOAD=true SKIP_OG=true ADMIN=true

  7. run grunt

  8. run ./localdev.sh node .

to run in docker

  1. cd docker-assets; docker-compose up

About

Stongloop Application Scaffolding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.2%
  • HTML 9.1%
  • CSS 2.6%
  • Shell 0.1%