https://github.com/diging/virtual-spaces-docker

Docker container and docker compose for Virtual Spaces 2.0

https://github.com/diging/virtual-spaces-docker

Science Score: 21.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
    Organization diging has institutional domain (diging.asu.edu)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.1%) to scientific vocabulary
Last synced: 4 months ago · JSON representation

Repository

Docker container and docker compose for Virtual Spaces 2.0

Basic Info
  • Host: GitHub
  • Owner: diging
  • Default Branch: master
  • Size: 5.86 KB
Statistics
  • Stars: 0
  • Watchers: 5
  • Forks: 1
  • Open Issues: 1
  • Releases: 1
Created almost 6 years ago · Last pushed almost 6 years ago
Metadata Files
Readme

README.md

Virtual Spaces with Docker Compose

Setup

Create two volumes: - one named db-data: this will hold your database data - one named vspace-data: this will hold data used by Virtual Spaces

Virtual Spaces Configuration

Into the directory vspace-data, put a folder called config that contains a copy of this configuration file called app.properties. Adjust the properties as necessary.

Note that the property uploads_path does not need to be adjusted as this is the internal path in the Docker container where Virtual Spaces will store uploaded files. You will find this folder in your shared volume. The property app_url should be set to the actual url of the application, so that it can be used in emails to users, etc.

Docker-Compose environment files

Docker-compose expects two environment files: db.env and vspace.env. Both are located in the config folder next to the docker-compose.yml file.

db.env Adjust the MySQL user information. Note that the three variables MYSQL_USER, MYSQL_PASSWORD, and MYSQL_DATABASE should be the same that are used in the app.properties config file.

vspace.env Adjust the Tomcat user information. This will be the user that can be used to redeploy Virtual Spaces later.

Run

Start docker-compose. If all settings are correct, it should start a MySQL database and Virtual Spaces. Virtual Spaces will then create all necessary tables in the database.

When you start up Virtual Spaces for the first time, go to http://yourserver/vspace. You will be asked to set an administrator password. After that you can create additional users.

Virtual Spaces Documentation

The documentation for Virtual Spaces can be found here.

Owner

  • Name: ASU Digital Innovation Group
  • Login: diging
  • Kind: organization
  • Location: Tempe, Arizona

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • robcast (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

docker-compose.yml docker
  • digingasu/virtual-spaces latest
  • mysql 5.7