- Clone qlanir.service
- Clone qlanir.ushers
- Clone qlanir.app
- Install and run
rabbitmq
andelastic search
- Setup config variables
qlanir.service/QLight
-web.config
RABBITMQ_URI
- rabbitmq uriRABBITMQ_QUEUE
- rabbitmq queueDISPATCHER_URI
- url toqlanir.ushers.es-service
qlanir.service/QLight.Tests
-App.config
- The same variables as for
qlanir.service/QLight
- The same variables as for
qlanir.ushers
-env\env_stage.txt
ES_URI
- elastic search url- ES_SUBJECT_INDEX - name of elastic serach
subject
index - ES_TAG_INDEX - name of elastic serach
tag
index - RABBITMQ_URI - rabbitmq uri
- RABBITMQ_QUEUE - rabbitmq queue
- SERVICE_PORT - port for
es-service
- Run scripts for sql -
QLight\SQL_Scripts\func_views_columns.sql
,QLight\SQL_Scripts\defaults.sql
- Run
qlanir.ushers
-node _index.js .\env\env_dev.txt
- Run all tests for
QLIght.Test
-Run All Controller Test
- Run
qlanir.service\QLIght
service 10.Runqlanir.app
-node service.js
- Open browser on 8001 port (
qlanir.app
default port)
Last active
December 21, 2015 14:09
-
-
Save baio/6317821 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "qlanir.new setup", | |
"visbility": "public" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment