Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: home-assistant/home-assistant.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: next
Choose a base ref
...
head repository: shortbloke/home-assistant.github.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: next
Choose a head ref
  • 9 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 17, 2017

  1. Updating development environment setup guide

    Added more complete instructions for setting up a development environment for Home Assistant. Including details of dependencies, setting up venv. This is based on notes captured from setting up a dedicated hass dev environment on Debian 8.6.0
    shortbloke authored Jan 17, 2017
    Configuration menu
    Copy the full SHA
    d433f7b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from shortbloke/shortbloke-patch-1

    Updating development environment setup guide
    shortbloke authored Jan 17, 2017
    Configuration menu
    Copy the full SHA
    5674643 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2017

  1. Update development_environment.markdown

    Updated as a result of feedback on pull request: #1804
    Adding reminder to activate virtual environment before running setup along with adding reference to indicate apt-get may not be applicable to distro in use.
    shortbloke authored Jan 22, 2017
    Configuration menu
    Copy the full SHA
    65df90b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2017

  1. Revert change to instruction to run hass

    Remove statement about running hass with --open-ui and what it does (wrongly stated). Based on feedback from @balloob.
    shortbloke authored Jan 23, 2017
    Configuration menu
    Copy the full SHA
    ed2c8f2 View commit details
    Browse the repository at this point in the history
  2. Updated setting up venv as pyvenv is being deprecated

    As of Python 3.6 pyvenv has been deprecated in favour of python3 -m venv.
    
    Further changes may be required following resolution of discussion around setting up venv in a sub directory vs at the top level of the project.
    shortbloke authored Jan 23, 2017
    Configuration menu
    Copy the full SHA
    ba3ea54 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. Remove details of Frontend requirements for NVM and Node

    Given change [#5507](home-assistant/core#5507) only attempts to setup the frontend if nvm is present. It makes sense to remove the details from here, since that was mainly around avoiding errors in the first time setup scenario. Instead I've adjusted the text to point to the FrontEnd Dev section.
    shortbloke authored Jan 26, 2017
    Configuration menu
    Copy the full SHA
    7dc2eee View commit details
    Browse the repository at this point in the history
  2. Updated centos instructions

    yum install commands needs to be split so that EPEL repo is added first ahead of attempting to install other dependencies.
    shortbloke authored Jan 26, 2017
    Configuration menu
    Copy the full SHA
    6036c2f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. Configuration menu
    Copy the full SHA
    743c350 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'next' of https://github.com/home-assistant/home-assista…

    …nt.github.io into next
    
    # Conflicts:
    #	source/developers/development_environment.markdown
    shortbloke committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    421bf13 View commit details
    Browse the repository at this point in the history
Loading