Commit Graph
18 Commits
Author SHA1 Message Date
Robert Adams bc711c52da Add code to initializeDb.sh to wait for the mysql database
to be ready before trying to initialize it. This fixes
    a first time startup problem.
2019-11-25 18:35:54 -08:00
Robert Adams 475da0c646 Create the directory "$HOME/mysql-data" if it doesn't exist.
This is mounted by the mysql container for persistant data storage.
2019-11-25 04:49:20 -08:00
Robert Adams 34d6ec7e14 Reorganize Dockerfile-standalone to do the fetch and build of
OpenSimulator in one layer step. This reduced the size of
   the resulting layer by 100s of megabytes.
2019-11-25 04:48:04 -08:00
Robert Adams cb64bb7242 Update README files.
Move Basil to Herbal3d organization.
2019-10-06 09:40:02 -07:00
Robert Adams bcd31f7289 Add 'opensim-standalone' version with runtime configurations
for a SQLite standalone version and a MariaDB version (docker-compose
of two containers).
2019-10-05 18:36:35 -07:00
Robert Adams e27e6511e7 Complete renaming of 'docker-standalone' configuration to 'standalone'. 2019-10-04 10:31:21 -07:00
Robert Adams a70ae98763 Rename the runtime configuration 'docker-standalone' to just 'standalone'.
This reduces some naming confusion.
2019-10-04 08:51:21 -07:00
Robert Adams 12124f1271 Remove the old and incorrect 'opensim-mysql' and 'opensim-region-old'
Docker build directories.
2019-10-04 08:20:45 -07:00
Robert Adams a5ff7c9c43 Remove unneeded 'volume:' from docker-compose. 2019-10-03 17:11:21 -07:00
Robert Adams 931e7777f1 Remove 'os-secrets.crypt' from the git repository.
There wasn't any secrets in it and there is no need to confuse
    or tempt future users.
2019-09-13 21:45:58 -07:00
Robert Adams 9c8cee73ac Add a simple top-level README.md. 2019-09-13 21:42:27 -07:00
Robert Adams 10b6bde144 Rename the 'digitalocean' configuration to 'three' as it is useful
in more places than that one hosting service.
Complete 'opensim-herbal3d/README.md'
Add a simple top-level README.md
2019-09-13 21:39:09 -07:00
Robert Adams aad755459f Add mariadb parameters to docker-compose so it performs much
better when in docker.
2019-09-12 19:33:28 -07:00
Robert Adams 874e4cbac7 Add the Ragu parameters to the Regions.ini 2019-09-12 19:31:09 -07:00
Robert Adams 82bbb4900b Move docker-compose.yml file down into 'config/$CONFIG_KEY' directory
Rename Dockerfile to Dockerfile-herbal3d
Add Dockerfile-basiljs to create nginx server for Basiljs
Create build-basil.sh for building the BasilJS container.
Add 'config/digitalocean' for multiple docker container version of everything
Update 'config-include/README'
2019-09-10 09:19:05 -07:00
Robert Adams 19be7bdac4 Overwrite default osslEnable.ini so version under config/ can be used 2019-09-10 09:13:31 -07:00
Robert Adams 20d7c8267e Initial checkin of OPenSimulator checkin files and Dockerfile for
building image
2019-08-30 09:11:12 -07:00
RobertandGitHub 2f8055f54b Initial commit 2019-08-30 09:09:07 -07:00