Socket
Socket
Sign inDemoInstall

szm-delivery

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

szm-delivery

The delivery/frontend app of the sz-magazin


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

szm-delivery

The frontend-app for sz-magazin.

Get started

  • Have node.js version >=7.2.0 installed
  • Type npm i to install dependencies
  • Type npm run to see possible commands
  • Create .env with aws credentials
    • Run npm run dev:work:elastic
    • Create sz-elastic-config.json (duplicate of szm-server/elastic-mappings/sz-magazin_v1.json)
    • create index with curl -s -XPUT "http://localhost:9200/sz-magazin" -T sz-elastic-conf.json
  • To start development run npm run dev:work
  • To run the development and update modules, use npm run dev

Tech-Stack

  • node.js
  • express.js
  • handlebars
  • sz-esc-nodejs
  • webpack + babel
  • mocha

Elastic

Starten

Folgendes ausführen: docker-compose -p szm-elastic-delivery -f docker/elastic.yml up --build

Index anlegen

  1. Config aus szm-server holen (szm-server/elastic-mappings/sz-magazin_v1.json) und in sz-elastic-conf.json ablegen
  2. Folgendes ausführen curl -s -XPUT "http://localhost:9200/sz-magazin" -T sz-elastic-conf.json

Keywords

FAQs

Package last updated on 16 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc