osgrid-region in docker wich is actually persistent
Before you can start using this osgrid in docker you need to do the following steps
- Edit the Estates.ini file
- replace with something better like: my-osgrid-estate (be creative)
- Log into osgrid and open your profile - on the tab "2nd life" you may find a line called "key"
- copy the uuid in the line "key" and replace in the Regions.ini file with the uuid you just copied
- Edit the Regions.ini file
- change the name of your region from to your favorite name like: my-osgrid-region(be creative)
- create a uuid on some uuid generator website and replace with this generated uuid
- change location to a yet unused location. You can find this out via the quick map on the osgrid website
- replace with your actual external ip or domain
- replace with your first name of your avatar
- replace with your second name of your avatar
- replace with the actual estate name you definied in the Estates.ini file
Create a directory called: data you can do this with: mkdir data
- build your image with:
- docker build -t osgrid-docker .
now simply run: docker-compose up -d