Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

Software for No Internet Server #8

Open
brendam opened this issue Jul 7, 2014 · 1 comment
Open

Software for No Internet Server #8

brendam opened this issue Jul 7, 2014 · 1 comment

Comments

@brendam
Copy link
Member

brendam commented Jul 7, 2014

I've been looking around at some options for our fallback server... Might be doubling up on what @mbainrot and @kaleyh have been doing, but here are my ideas.

  • gitlab as fallback from github - should have cronjob running git to pull down latest from github regularly so if we have to fallback it is up to date. Maybe modify this https://github.com/gitlabhq/gitlab-recipes/blob/master/import/github/import_all.rb if it can keep issues & milestones in sync?
  • some sort of CI to fall back from Travis- maybe just our tests being run from a githook. Have looked at Jenkins, but might be too much to get that going. GitLab has CI module (https://about.gitlab.com/gitlab-ci/) but may have licencing/setup issues.
  • dashing install to generate dashboard from local data if internet fails
  • apache virtual hosts configured for whatever we are building as well - dev / prod - dev updated when CI/testing passes. Maybe manual update for prod?
@mbainrot
Copy link

mbainrot commented Jul 8, 2014

mine is gonna be pretty limited, because I discovered a bit of a problem..... Turns out the "you bewt" hard disk in my big notebook can't handle the disk IO caused by a USB 3 hard drive... So when we're doing up these vms I am gonna have an unusable environment while it runs

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants