make some changes

This commit is contained in:
UbitUmarov
2020-10-16 17:37:52 +01:00
parent 7f1b85d9e6
commit 28ee0816d4

View File

@@ -42,7 +42,8 @@ For rebuilding and debugging use the msbuild option switches
* release: `msbuild /property:Configuration=Release`
# Configure a Standalone
# Configure a Standalone #
## Standalone mode ##
Copy `OpenSim.ini.example` to `OpenSim.ini` in the `bin/` directory, and verify the `[Const]' section, correcting for your case.
On `[Architecture]` section uncomment only the line with Standalone.ini if you do now want HG, or the line with StandaloneHypergrid.ini if you do
@@ -52,7 +53,7 @@ copy the `StandaloneCommon.ini.example` to `StandaloneCommon.ini` in the `bin/co
The StandaloneCommon.ini file describes the database and backend services that OpenSim will use, and is set to use sqlite by default, which requires no setup.
# Configure in grid mode
## Grid mode ##
Each grid may have its own requirements, so FOLLOW your Grid instructions!
in general:
Copy `OpenSim.ini.example` to `OpenSim.ini` in the `bin/` directory, and verify the `[Const]' section, correcting for your case