Skip to content

carlnewton/habitat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Habitat

This project is currently in very early development. For information on the purpose of Habitat, read the blog post.

Requirements

Getting Started

  1. Navigate to the Docker directory and copy the .env.dist file to create a new file called .env

  2. Modify the newly created .env file to update the DB_USER and DB_PASSWORD variables with something secure

    DB_USER=AzureDiamond
    DB_PASSWORD=Hunter2
    
  3. Run docker-composer up

Development

Run any application, symfony and composer commands from within the habitat-apache-php container:

docker exec -it habitat-apache-php bash

Habitat can be loaded in the web browser from localhost.