Themabewertung:
  • 1 Bewertung(en) - 5 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
Grid erstellen
#9
upps sorry Dorena ,habs jetzt erst gesehen ,war beschäftigt mit Posten .
httpdocs Smile bin halt am probieren ,warum das nicht geht ,deshalb mal da rein geschoben ,sollte aber egal sein ,von wo man das startetSmile

hier die ini

Code:
; This is the main configuration file for an instance of OpenSim running in grid mode

[DatabaseService]
    ;
    ; ### Choose the DB
    ;

    ; SQLite
   ; Type = "SQLite"

     ;MySql
    ; Uncomment these lines if you want to use mysql storage
    ; Change the connection string to your db details
     Type = "MySQL"
     ConnectionString = "Data Source=localhost;Database=opensim ;User ID=xxxxxx;Password=xxxxx;Old Guids=true;"
     ;Uncomment this line if you are using MySQL and want to use a different database for estates
    ; The usual application for this is to allow estates to be spread out across multiple simulators by share the same database.
    ; Most people won't need to do this so only uncomment if you know what you're doing.
    ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;"

    ; MSSQL
    ; Uncomment these lines if you want to use MSSQL storage
    ; Change the connection string to your db details
    ; The value for server property is shown in your SQL Server Management Studio login dialog.
    ; (This sample is the default of express edition)
    ;Type = "MSSQL"
    ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;"

    ; PGSQL
    ; Uncomment these lines if you want to use PGSQL storage
    ; Change the connection string to your db details
    ;Type = "PGSQL"
    ;ConnectionString = "Server=localhost;Database=opensim;User Id=opensim; password=***;"

[Hypergrid]
    ; Uncomment the variables in this section only if you are in
    ; Hypergrid configuration. Otherwise, ignore.

    ;# {HomeURI} {Hypergrid} {The Home URL of this world} {}
    ;; If this is a standalone world, this is the address of this instance.
    ;; If this is a grided simulator, this is the address of the external robust server that
    ;; runs the UserAgentsService.
    ;; For example http://myworld.com:9000 or http://myworld.com:8002
    ;; This is a default that can be overwritten in some sections.
     HomeURI = "http://85.25.197.38:8002"

    ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {}
    ;; If this is a standalone world, this is the address of this instance.
    ;; If this is a grided simulator, this is the address of the external robust server
    ;; that runs the Gatekeeper service.
    ;; For example http://myworld.com:9000 or http://myworld.com:8002
    ;; This is a default that can be overwritten in some sections.
     GatekeeperURI = "http://85.25.197.38:8002"

[Modules]
    ;; Choose one cache module and the corresponding config file, if it exists.
    ;; Copy the config .example file into your own .ini file and adapt that.
    ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained.

    AssetCaching = "FlotsamAssetCache"
    Include-FlotsamCache = "config-include/FlotsamCache.ini"

    ;; Optionally, the port for the LLProxyLoginModule module can be changed
    ;Setup_LLProxyLoginModule = "9090/"

    ;; Authorization is not on by default, as it depends on external php
    ;AuthorizationServices = "RemoteAuthorizationServicesConnector"

[AssetService]
    DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
    AssetLoaderArgs = "assets/AssetSets.xml"

    ;
    ; Change this to your grid-wide asset server.  Do not add a slash to the end of any of these addresses.
    ;
    AssetServerURI = "http://85.25.197.38:8003"

[InventoryService]
    ;
    ; Change this to your grid-wide inventory server
    ;
    InventoryServerURI = "http://85.25.197.38:8003"

[GridInfo]
    ;
    ; Change this to your grid info service
    ;
    GridInfoURI = "http://85.25.197.38:8002"

[GridService]
    ;
    ; Change this to your grid-wide grid server
    ;
    GridServerURI = "http://85.25.197.38:8003"

    ;; Directory for map tile images of linked regions
     MapTileDirectory = "./maptiles"

    ; === HG ONLY ===
    ;; Change this to the address of your Gatekeeper service
    ;; (usually bundled with the rest of the services in one
    ;; Robust server in port 8002, but not always)
    Gatekeeper="http://85.25.197.38:8002"

[Messaging]
    ; === HG ONLY ===
    ;; Change this to the address of your Gatekeeper service
    ;; (usually bundled with the rest of the services in one
    ;; Robust server in port 8002, but not always)
    Gatekeeper = "http://85.25.197.38:8002"

[AvatarService]
    ;
    ; Change this to your grid-wide grid server
    ;
    AvatarServerURI = "http://85.25.197.38:8003"

[PresenceService]
    ;
    ; Change this to your grid-wide presence server
    ;
    PresenceServerURI = "http://85.25.197.38:8003"

[UserAccountService]
    ;
    ; Change this to your grid-wide user accounts server
    ;
    UserAccountServerURI = "http://85.25.197.38:8003"

[GridUserService]
    ;
    ; Change this to your grid-wide user accounts server
    ;
    GridUserServerURI = "http://85.25.197.38:8003"

[AuthenticationService]
    ;
    ; Change this to your grid-wide authentication server
    ;
    AuthenticationServerURI = "http://85.25.197.38:8003"

[FriendsService]
    ;
    ; Change this to your grid-wide friends server
    ;
    FriendsServerURI = "http://85.25.197.38:8003"

[HGInventoryAccessModule]
    ;
    ; === HG ONLY ===
    ; Change this to your server
    ; accessible from other grids
    ;
    HomeURI = "http://85.25.197.38:8002"
    Gatekeeper = "http://85.25.197.38:8002"
    ;; If you want to protect your assets from being copied by foreign visitors
    ;; set this to false. You may want to do this on sims that have licensed content.
    ;; Default is true.
     OutboundPermission = True

    ;; Send visual reminder to local users that their inventories are unavailable while they are traveling
    ;; and available when they return. True by default.
    RestrictInventoryAccessAbroad = True

    ;; Warning: advanced and unusual. Default is false.
    ;; Enables configurations where grids share user services, including inventory,
    ;; while separating regions' assets from users' assets. Asset transfer between
    ;; the users' asset server and the regions' asset server is done in HG-like manner.
    ; CheckSeparateAssets = false
    ; RegionHGAssetServerURI = http://mygridserver.com:8002


[HGAssetService]
    ;
    ; === HG ONLY ===
    ; Change this to your server
    ; accessible from other grids
    ;
    HomeURI = "http://85.25.197.38:8002"

    ;; The asset types that this grid can export to / import from other grids.
    ;; Comma separated.
    ;; Valid values are all the asset types in OpenMetaverse.AssetType, namely:
    ;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText,
    ;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh
    ;;
    ;; Leave blank or commented if you don't want to apply any restrictions.
    ;; A more strict, but still reasonable, policy may be to disallow the exchange
    ;; of scripts, like so:
    ; DisallowExport ="LSLText"
    ; DisallowImport ="LSLBytecode"

[HGFriendsModule]
    ; User level required to be able to send friendship invitations to foreign users
    ;LevelHGFriends = 0;

[UserAgentService]
    ;
    ; === HG ONLY ===
    ; Change this to your user agent server (HG robust)
    ;
    UserAgentServerURI = "http://85.25.197.38:8002"

[MapImageService]
       MapImageServerURI = "http://85.25.197.38:8003"

[UserProfiles]
  ;# {ProfileServiceURL} {} {Set url to UserProfilesService} {}
  ;; Set the value of the url to your UserProfilesService
  ;; If un-set / "" the module is disabled
   ProfileServiceURL = http://85.25.197.38:8002

[XBakes]
  ;# {URL} {} {Set URL for Baked texture service} {}
  ;; Sets the URL for the baked texture ROBUST service.
  ;; Disabled when unset.
  ;; URL = http://85.25.197.38:8003

[AuthorizationService]
  ; If you have regions with access restrictions
    ; specify them here using the convention
    ; Region_<Region_Name> = <flags>
    ; Valid flags are:
    ; DisallowForeigners -- HG visitors not allowed
    ; DisallowResidents -- only Admins and Managers allowed
    ; Example:
     ;Region_Test_1 = "DisallowForeigners"

;; Uncomment if you are using SimianGrid for grid services
[SimianGrid]
    ;; SimianGrid services URL
    ;; SimianServiceURL = "http://grid.sciencesim.com/Grid/"

    ;; Capability assigned by the grid administrator for the simulator
    ;; SimulatorCapability = "00000000-0000-0000-0000-000000000000"

Habe die Arriba von Freaky verwendet ,die er hier auf seinem Server anbietet ,letzte Version

(17.11.2014, 14:29)Dorena Verne schrieb:
Code:
Region_Testis_Arriba = "DefaultRegion, FallbackRegion"

Ah,.ok,..hast das Mini-Grid als Vorlage genommen. Dir als schon etwas erfahrender OpenSimler würde ich eher das Original empfehlen:
https://github.com/ft-/arribasim-dev

Habe die Version von freaky geladen ,was er hier auf seinem Server anbietet .
Zitieren


Nachrichten in diesem Thema
Grid erstellen - von Floyd Abeyante - 16.11.2014, 20:22
RE: Grid erstellen - von Bogus Curry - 16.11.2014, 22:42
RE: Grid erstellen - von Sheera Khan - 17.11.2014, 07:28
RE: Grid erstellen - von Dorena Verne - 17.11.2014, 07:52
RE: Grid erstellen - von Floyd Abeyante - 17.11.2014, 13:57
RE: Grid erstellen - von Dorena Verne - 17.11.2014, 14:07
RE: Grid erstellen - von Floyd Abeyante - 17.11.2014, 14:10
RE: Grid erstellen - von Dorena Verne - 17.11.2014, 14:29
RE: Grid erstellen - von Floyd Abeyante - 17.11.2014, 14:37
RE: Grid erstellen - von Dorena Verne - 17.11.2014, 15:00
RE: Grid erstellen - von Bogus Curry - 17.11.2014, 15:01
RE: Grid erstellen - von Anachron - 17.11.2014, 17:01
RE: Grid erstellen - von Bogus Curry - 17.11.2014, 18:08
RE: Grid erstellen - von Floyd Abeyante - 17.11.2014, 18:55
RE: Grid erstellen - von Mangogold - 11.09.2016, 08:51
RE: Grid erstellen - von Dorena Verne - 11.09.2016, 09:12
RE: Grid erstellen - von Mangogold - 11.09.2016, 09:36
RE: Grid erstellen - von Dorena Verne - 11.09.2016, 09:41
RE: Grid erstellen - von Mangogold - 11.09.2016, 09:49
RE: Grid erstellen - von Mangogold - 11.09.2016, 10:09
RE: Grid erstellen - von Dorena Verne - 11.09.2016, 09:57
RE: Grid erstellen - von Mangogold - 11.09.2016, 10:11
RE: Grid erstellen - von Dorena Verne - 11.09.2016, 10:20
RE: Grid erstellen - von Dorena Verne - 11.09.2016, 10:40
RE: Grid erstellen - von Mangogold - 11.09.2016, 10:43
RE: Grid erstellen - von Mangogold - 11.09.2016, 11:00
RE: Grid erstellen - von Dorena Verne - 11.09.2016, 11:20
RE: Grid erstellen - von Mangogold - 11.09.2016, 16:55
RE: Grid erstellen - von Dorena Verne - 11.09.2016, 17:42
RE: Grid erstellen - von Mangogold - 12.09.2016, 03:55
RE: Grid erstellen - von Dorena Verne - 12.09.2016, 08:56
RE: Grid erstellen - von Mangogold - 12.09.2016, 10:34
RE: Grid erstellen - von Dorena Verne - 12.09.2016, 10:39
RE: Grid erstellen - von Mangogold - 12.09.2016, 11:24
RE: Grid erstellen - von Dorena Verne - 12.09.2016, 12:17
RE: Grid erstellen - von Mangogold - 12.09.2016, 12:23
RE: Grid erstellen - von Dorena Verne - 12.09.2016, 12:30
RE: Grid erstellen - von Mangogold - 12.09.2016, 16:55
RE: Grid erstellen - von Dorena Verne - 12.09.2016, 16:59

Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Grid-Namen ändern Lindalou Ellisson 6 922 23.11.2022, 20:22
Letzter Beitrag: Genie Fegte
  Probleme auf eigene Region im OS-Grid zugelangen Xenos Yifu 11 1.793 03.07.2022, 18:26
Letzter Beitrag: Xenos Yifu
  Kleines Grid auf PC Gridname statt IP Adresse Kalkofe 5 1.772 12.12.2021, 23:16
Letzter Beitrag: Manfred Aabye
  attachments funktionieren nicht im Schul-Grid georgm76 6 7.504 20.11.2019, 18:51
Letzter Beitrag: Anachron
  Frage zu eigenem Grid, hänge fest Kalkofe 9 9.526 17.02.2019, 10:21
Letzter Beitrag: bimbam2103

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste