Skip to content

Install devstrap

Stéphane Este-Gracias edited this page May 15, 2016 · 5 revisions

Prerequisites

To deploy devstrap, following prerequisites are required.

  • Windows
    • Windows 7 and further installed
    • If you're running on Windows 7, install PowerShell 3.0. If you're running on newer version of Windows, skip this step.
    • Update execution policy (Warning: Don't do that on your servers, it's insecure), open a Powershell terminal and launch set-executionpolicy unrestricted -s cu
  • Linux
    • Ubuntu 14.04 LTS x64 (or further) installed
  • Mac
    • Mac OSX 10.11 (or further) installed

Installation

Installation consists on deploying the core environment for supporting ra command.

  • Windows
    • Open Powershell terminal and launch

$ iex (new-object net.webclient).downloadstring('https://raw.githubusercontent.com/reyerstudio/devstrap/master/straps/windows/core.ps1')

  • Linux
    • Open a terminal and launch

$ bash <(curl -sL 'https://raw.githubusercontent.com/reyerstudio/devstrap/master/straps/unix/core.sh')

  • Mac
    • Open a terminal and launch

$ bash <(curl -sL 'https://raw.githubusercontent.com/reyerstudio/devstrap/master/straps/unix/core.sh')

Setup Devstrap on your profile

$ ra profile

Clone this wiki locally