Difference between revisions of "Recompute"
Prwheatley (talk | contribs) (Created page with "<!-- Use the structure provided in this template, do not change it! --> {{Infobox_tool |purpose=Automatically generates "playable" virtual machines from source code on github...") |
Ania Molenda (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | {{Infobox tool | |
− | |||
− | {{ | ||
|purpose=Automatically generates "playable" virtual machines from source code on github | |purpose=Automatically generates "playable" virtual machines from source code on github | ||
− | |||
|homepage=https://github.com/cjw-charleswu/Recompute | |homepage=https://github.com/cjw-charleswu/Recompute | ||
|license=MIT | |license=MIT | ||
|platforms=Python, VirtualBox, Github, Travis, Docker | |platforms=Python, VirtualBox, Github, Travis, Docker | ||
+ | |function=Emulation | ||
+ | |content=Software | ||
}} | }} | ||
− | + | {{Infobox tool details}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Description == | == Description == | ||
<!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --> | <!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --> | ||
Line 37: | Line 25: | ||
<!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --> | <!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --> | ||
<!-- Add the OpenHub.com ID for the tool, if known. --> | <!-- Add the OpenHub.com ID for the tool, if known. --> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 15:36, 26 April 2021
Description[edit]
From the software Github page:
"A web application for recomputating your projects and experiments. It is a summer project for recomputation.org. The idea is that "If we can compute your experiment now, anyone can recompute it 20 years from now." We want to keep multiple revisions of the software and allow other people to run, maintain and test them. Recompute builds your GitHub project by following the build instructions from the Travis script in the project directory.
The application provides a user interface to submit the GitHub url for recomputation. It also allows you to browse through recomputed projects and access the virtual machines through an in-browser terminal."
The code represents a proof of concept developed as part of the Jisc funded Software Reuse project in 2015.