Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 701 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 701 Bytes

SimpleChattyServer

This service powers winchatty.com. View the API documentation.

Development

  • Use the VSCode devcontainer.
  • Edit src/appsettings.json and fill in, at minimum, the SharedLogin and Storage sections.
  • In the build directory, run ./clean.sh && ./debug.sh.

Deployment

  • In the build directory, run ./clean.sh && ./publish.sh.
  • Make a deployment directory.
  • Copy build/publish/*.exe and *.dll to the deployment directory.
  • Copy your customized appsettings.json to the deployment directory.
  • Run SimpleChattyServer.exe. Use sc.exe to set it up as a Windows service.