jmorille / ttstore-admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ttstore-admin

See the component page for more information.

Getting Started

We've put together a guide for ttstore-admin to help get you rolling.

== Vulcanize Issue : Polymer/polymer#706

Installation

Requierment

Installation

# npm install -g bower gulp grunt-cli
# cd server
# npm install
# cd ../back2/
# npm install
# bower install
# cd ../docker
# ./build.sh

Demarrage server

# cd docker
# fig up

Init Elasticsearch

curl -XDELETE "http://localhost:9200/users?pretty"

curl -XPUT http://localhost:9200/users?pretty --data-binary @es-settings.json

curl -XPUT localhost:9200/_bulk --data-binary @data-user-vol1.json

Inject Data Users

curl -XPUT localhost:9200/_bulk?pretty --data-binary @data-users.json

curl -XPUT localhost:9200/_bulk --data-binary @data-user-vol1.json

curl -XPUT 'http://localhost:9200/users/user/10?pretty' -d '{ "firstname" : "gandalf", "lastname" : "Le Gris", "email" : "gandalf@yahoo.com" } ';

curl -XGET "http://localhost:9200/users/user/10?pretty&_source_transform&fields=firstname,suggest,email,lastname"

Dev

Compatibilty Matrice : http://caniuse.com/

About


Languages

Language:HTML 63.5%Language:JavaScript 30.7%Language:Shell 3.8%Language:Dockerfile 1.3%Language:CSS 0.6%