Skip to content
Ashic Mahtab edited this page Aug 10, 2015 · 3 revisions

Default Install

  • Install SQL Server Database.
  • Correct settings in .\env\local\Res*.config and .\env\local\Res.Tests*.config
  • Correct settings in .\env\local\Res\res-server-params.pson:
  1. User: Username to run the service as.
  2. Password: Password for the service.
  3. Other settings are self explanatory.
  • run: .\build
  • run: .\build deploy-server

Installing with custom parameters

  • create a folder in .\env to represent the configuration. Ensure it has the same files as .\env\local. Change the values as needed.
  • run: .\build -properties "@{'env':'envname'}"
  • run: .\build deploy-server -properties "@{'env':'envname'}"

Clone this wiki locally