Skip to content

davidhq/elixir_experience

This branch is 6 commits behind pgr0ss/elixir_experience:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c7e75be · May 26, 2015
Dec 30, 2014
May 24, 2015
May 25, 2015
May 24, 2015
May 25, 2015
May 25, 2015
Jan 14, 2015
Nov 28, 2014
Jan 12, 2015
May 26, 2015
May 25, 2015
Jan 30, 2015
Jan 27, 2015
Jan 27, 2015
Jan 14, 2015
Jan 28, 2015
Dec 30, 2014

Repository files navigation

Elixir Experience

This is an interactive website for learning elixir. You can see it in action at:

http://elixirexperience.com

Running locally

Install Docker

Follow the instructions at https://www.docker.com

If you use OS X, use boot2docker and ensure that you run $(boot2docker shellinit) in the terminal

Install PostgreSQL

On OS X, brew install postgresql

Running

To start your new Phoenix application:

  1. Install dependencies with mix deps.get
  2. Download docker image with mix docker.pull
  3. Create and migrate the database with mix db.reset
  4. Start Phoenix with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Testing

Run the tests locally with mix test

Contributing

Please see CONTRIBUTING.md

About

Interactive website for learning elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 96.7%
  • Shell 1.8%
  • CSS 1.5%