Getting Started: Difference between revisions

From OuroDev
No edit summary
Line 12: Line 12:
* Open up chat_server.cfg and account_server.cfg  
* Open up chat_server.cfg and account_server.cfg  


You will see something like this.
** You will see something like this.
SqlLogin "DRIVER={SQL Server Native Client 11.0};Server=NS319069\SCORE;Uid=sa;Pwd=FinallyFree!;"
*** SqlLogin "DRIVER={SQL Server Native Client 11.0};Server=NS319069\SCORE;Uid=sa;Pwd=FinallyFree!;"


Change this to  
** Change this to  
SqlLogin "DRIVER={SQL Server Native Client 11.0};Server=localhost\SQLEXPRESS;Uid=sa;Pwd=password;"   
*** SqlLogin "DRIVER={SQL Server Native Client 11.0};Server=localhost\SQLEXPRESS;Uid=sa;Pwd=password;"   


You can change the password to whatever you would like. For this example I will be just using password.
** You can change the password to whatever you would like. For this example I will be just using password.


*
*

Revision as of 19:41, 25 April 2019

Server Setup

Download Files

Setup Local Server

  • Install SQL Server 2017 Express Edition
  • Choose Basic when installing and when given the option choose to install SSMS.
  • Open up wherever you extracted the i25 Binaries folder and navigate to data\server\db
  • Open up chat_server.cfg and account_server.cfg
    • You will see something like this.
      • SqlLogin "DRIVER={SQL Server Native Client 11.0};Server=NS319069\SCORE;Uid=sa;Pwd=FinallyFree!;"
    • Change this to
      • SqlLogin "DRIVER={SQL Server Native Client 11.0};Server=localhost\SQLEXPRESS;Uid=sa;Pwd=password;"
    • You can change the password to whatever you would like. For this example I will be just using password.

Common Issues

Issue One