Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
/ tidepool-vagrant Public archive

[DEPRECATED] A Vagrant orchestration setup to quickly get developing with http://tidepool.org

Notifications You must be signed in to change notification settings

pazaan/tidepool-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tidepool-vagrant

A Vagrant configuration to create a VM and check out all of the Tidepool repositories to get you developing on Tidepool as quickly as possible.

DEPRECATED

This repo has been merged into Tidepool's tools repository. You should use that instead 😄

Prerequisites

To use this Vagrantfile, you need to have Vagrant installed, as well as one of the following VM providers:

To get started

  • Create a top level tidepool directory somewhere (eg tidepool)
  • Clone this repo into a subdirectory (eg tidepool-vagrant)
  • Open a console, and change into the cloned directory
  • Run vagrant up --provider <Provider Name>, where <Provider Name> is one of:
    • virtualbox
    • parallels
    • vmware_desktop

This will download and install the Base Ubuntu 14.04 virtual machine and install the following Tidepool dependencies:

  • Node.js v12
  • Gulp
  • Mocha
  • MongoDB 2.6.5
  • golang 1.4.2
  • bzr

Once the box has been set up, you can ssh into it using:

# vagrant ssh

This box also has some convenience aliases to help with development:

# tidepool-runservers # <-- Starts the tidepool servers
# tidepool-update     # <-- Fetches the latest changes and updates npm/bower

About

[DEPRECATED] A Vagrant orchestration setup to quickly get developing with http://tidepool.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages