https://github.com/feenkcom/glamorous-docker-setup

a template repository for building a Glamorous Toolkit app

https://github.com/feenkcom/glamorous-docker-setup

Science Score: 26.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
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.5%) to scientific vocabulary
Last synced: 8 months ago · JSON representation

Repository

a template repository for building a Glamorous Toolkit app

Basic Info
  • Host: GitHub
  • Owner: feenkcom
  • Language: Shell
  • Default Branch: main
  • Size: 3.98 MB
Statistics
  • Stars: 2
  • Watchers: 10
  • Forks: 3
  • Open Issues: 1
  • Releases: 0
Created almost 6 years ago · Last pushed almost 3 years ago
Metadata Files
Readme

README.md

glamorous docker setup

This is a template repository for building and packaging a Glamorous Toolkit app in a docker image. It is based on GT.zip which contains a GlamorousToolkit.image without the GtWorld opened.

Command line only

The main branch shows how to run a command line app that does not really do much - it just outputs a number. That is not very useful but, for example, the code in run.st could instead start a Teapot.

Build docker image with bash

DOCKER_BUILDKIT=1 docker build --no-cache --secret id=myid_rsa,src=$HOME/.ssh/id_rsa --secret id=myid_rsa.pub,src=$HOME/.ssh/id_rsa.pub -t glamorousdocker .

Run

docker run glamorousdocker:latest should print a number to console and then exit.

GUI app

The gui-app branch is just an OpenGL Docker image with a Xpra server which supports viewing and controlling X11 from a browser.

This allows running Glamorous Toolkit in Linux systems with older versions of GLIBCXX. Its only dependency being docker and a browser. Only tested this setup on OS X and Chrome.

Build docker image with bash

DOCKER_BUILDKIT=1 docker build --no-cache --secret id=myid_rsa,src=$HOME/.ssh/id_rsa --secret id=myid_rsa.pub,src=$HOME/.ssh/id_rsa.pub -t glamorousdocker .

Run

First run the docker image docker run -it -p 9876:9876 glamorousdocker Then open the browser on http://localhost:9876. Then, in xterm cd GlamorousToolkit ./glamoroustoolkit GlamorousToolkit.image st ../run.st --no-quit --interactive

gt xpra

Owner

  • Name: feenk
  • Login: feenkcom
  • Kind: organization
  • Location: Switzerland

We make your systems explainable

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 3
  • Total pull requests: 3
  • Average time to close issues: about 9 hours
  • Average time to close pull requests: 2 days
  • Total issue authors: 2
  • Total pull request authors: 2
  • Average comments per issue: 0.67
  • Average comments per pull request: 1.33
  • Merged pull requests: 2
  • 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
  • markfirmware (2)
  • botwhytho (1)
Pull Request Authors
  • markfirmware (2)
  • StephanEggermont (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/test-docker-build.yml actions
  • actions/checkout v2 composite
Dockerfile docker
  • ubuntu latest build
new-docker/docker/gtoolkit/Dockerfile docker
  • ubuntu latest build
  • ubuntu-gtbase latest build
new-docker/docker/gtoolkit-jenkins/Dockerfile docker
  • ubuntu latest build
  • ubuntu-gtbase latest build