Confused on the pre-release server configuration

Description

I am trying to configure our installers so we have our server built in. I was looking at the Github description and it says to put the server.json at the same level as the package.json. I cannot find this location. I extracted the exe and cannot find it. Nor does it say where the package.json would be if you needed to create it.

Had anyone done this and can point me in the right direction?

Computer Setup

Windows 10 Pro
RocketChat Electron 3.8.2

Server Setup Information

  • Version of Rocket.Chat Server: 4.6.2
  • Operating System: Ubuntu 20.04
  • Deployment Method: Manual
  • Number of Running Instances: 1
  • DB Replicaset Oplog: Enabled
  • NodeJS Version: 14.18.3
  • MongoDB Version: 4.4.13
  • Proxy: nginx
  • Firewalls involved: None

Hi!

I have not done it, but my guess is that you should add this file before building the Electron App.

Additionally, you can add the servers.json at the user preferences folder, it building the app is not an option.

1 Like

Oh, so i would have to build the app everytime…

I guess I will just have to use the post-installation method. Thank you for your reply!