Getting Started
From OuroDev
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!;"
- You will see something like this.
- Change this to
- SqlLogin "DRIVER={SQL Server Native Client 11.0};Server=localhost\SQLEXPRESS;Uid=sa;Pwd=password;"
- Change this to
- You can change the password to whatever you would like. For this example I will be just using password.