elixirsydney / elixir-sydney-website

The website for the Sydney Elixir Meetup group

Home Page:http://elixir.sydney

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elixir Sydney Website

Getting Started

  • Clone the repo
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with npm install
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

meetup.com Integration

When creating a new meetup we make a call to Meetup.com to find out the next meetup URL.

Edit .envrc.example with your meetup.com API Key.

Then rename to .envrc and load them with:

source .envrc

Or, you can use direnv, to setup local dev environment variables brew install direnv.

Deployment to Netlify

Once you've updated and run the seeds, start the app on locally and run the following command:

httrack 127.0.0.1:4000 -w -O /tmp/elixir.sydney

Then drag and drop the /tmp/elixir.sydney/127.0.0.1_4000 folder to Netlify and you're all done.

Learn more

About

The website for the Sydney Elixir Meetup group

http://elixir.sydney


Languages

Language:CSS 48.1%Language:Elixir 36.7%Language:Shell 8.8%Language:HTML 4.9%Language:JavaScript 1.5%