tekuma / curator-portal

Interface for the Curation database
0 stars 0 forks source link

create remote testing and staging configurations #58

Closed slivingston closed 7 years ago

slivingston commented 7 years ago

not having local installations of Docker, VirtualBox, nginx, MySQL, or other software is persistently interfering with development and testing.

This issue has the ambitions:

  1. to support development and testing workflows where the only critical software that is installed locally are NodeJS and SSH, where the latter is for working with a remote host that provides other software and data, e.g., MySQL.
  2. to provide an easy means for running an equivalent, or nearly so, remote deployment for testing just before deployment (staging).
slivingston commented 7 years ago

we will use CI instead.

slivingston commented 7 years ago

subsumed by issue #64