Udia

Build StatusCoverage StatusDeps StatusDeps StatusHex.pmDocsJoin the chat at https://gitter.im/udia-software/Lobby

UDIA

Universal Dream | Infinite Awareness

Quickstart (Development)

This project is using the Phoenix Framework 1.3 Release Client (upgrade instructions).

Setup (Docker)

Ensure Docker is installed on your machine.

  1. Clone this repository and change directories into it git clone https://github.com/udia-software/udia.git; cd udia
  2. Run docker-compose build.
  3. Run database migrations with docker-compose run app mix ecto.migrate.
  4. Start the web application with docker-compose up.

Setup (without Docker on OSX/Linux)

Elixir & Hex:

Phoenix:

PostgreSQL:

To start the application:

Now you can visit localhost:4000 from your browser.

Testing

To test your phoenix app:

Deployment

Ready to run in production? Please check our deployment guides.

Udia is currently configured to run on Heroku using:

Within the Procfile, a heroku release will run POOL_SIZE=2 mix ecto.migrate every time a successfull deploy to master finishes. This will ensure seemless database migrations when deploying code to production.

Development/Testing Configuration & Environment Variables

Application will work with default settings if using something like PostgresApp, however if you need to change the credentials the following enviornment variables are available.

Environment Variable Default Value Description
POSTGRES_USERNAME"postgres" PostgreSQL DB Username
POSTGRES_PASSWORD"postgres" PostgreSQL DB Password
POSTGRES_DEV_DB"udia_dev" Development DB Name
POSTGRES_TEST_DB"udia_test" Test DB Name
POSTGRES_HOSTNAME"localhost" Hostname for DB
POSTGRES_PORT5432 Port for DB

Production Environment Variables

The following environment variables must be set for the application to run in production.

Environment Variable Default Value Description
PORT `` Port for web endpoint
DOMAIN_NAME"udia.herokuapp.com" Domain name for web
SECRET_KEY_BASE `` Secret key for web
DATABASE_URL `` Postgres database URL
POOL_SIZE"10" Postgres pool size
GUARDIAN_SECRET_KEY `` Secret for Guardian
CLIENT_ORIGIN_URL"https://www.udia.ca" Domain URL for client

License

Udia Software Incorporated (UDIA)

Copyright (c) 2016-2017 Udia Software Incorporated. All Rights Reserved.

Common Public Attribution License Version 1.0 (CPAL)

Full license text can be found at LICENSE