Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Artifact submission #478

Closed
13 tasks done
rolyp opened this issue Oct 6, 2021 · 0 comments
Closed
13 tasks done

Artifact submission #478

rolyp opened this issue Oct 6, 2021 · 0 comments
Assignees

Comments

@rolyp
Copy link
Collaborator

rolyp commented Oct 6, 2021

Virtualised (or perhaps just containerised) artifact submission for the POPL 2022 paper.

  • decide on Docker (container) or VirtualBox (VM) -- Docker
  • Dockerfile npm/yarn installed
    • start with Ubuntu 18.04/20.04 and add npm/yarn ❌ meltdown
    • use node as base image
  • check can run bash in container with docker run --rm -it --entrypoint bash fluid-webapp
  • verify yarn install -- needs sudo apt-get install libtinfo5 or PureScript installation fails
  • serve webapp
  • EXPOSE webapp on HTTP port ❌ just run with docker run -p 1234:1234 -it fluid-webapp
  • documentation:
    • list linking claims made by paper to parts of artifact
    • download, installation, and sanity-check instructions
    • evaluation instructions
    • additional artifact description
  • upload Docker image to Zenodo<?s>
@rolyp rolyp self-assigned this Oct 6, 2021
@rolyp rolyp closed this as completed Oct 15, 2021
@rolyp rolyp added this to the v0.4: POPL 2022 milestone Nov 3, 2021
@rolyp rolyp changed the title POPL 2020 artifact submission Artifact submission Nov 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant