Giter VIP home page Giter VIP logo

familiadex's Introduction

Familiada

Join the chat at https://gitter.im/Familiadex/Familiadex Trello board

Dependencies

  1. Elixir 1.2.2 / Phoenix 1.1.4
  2. Elm 2.0.0
  3. PostgreSQL 9+
  4. Redis

Start the App

  1. Install dependencies with mix deps.get
  2. mix ecto.create seems to be broken, run psql & create database familiada_dev owner <your_username>;
  3. edit config/dev.exs and set proper database user as <your_username>;" echo "export FAMILIADEX_DB_USER=your_username" >> ~/.bashrc"
  4. If it complains about password please run psql & alter user your_username with password '';
  5. Migrate your database with mix ecto.create && mix ecto.migrate, then seed mix run priv/repo/seeds.exs
  6. Run npm install
  7. Run npm install -g [email protected]
  8. Run cd web/elm & elm-package install
  9. Start Phoenix endpoint with mix phoenix.server
  10. Install inotify(only linux) for automatic hot reload - http://www.phoenixframework.org/docs/installation

Facebook login config

echo "export FACEBOOK_CLIENT_SECRET=[filtered]" >> ~/.bashrc

Now you can visit localhost:4000 from your browser.

Test user

Heroku hosting

https://familiadex.herokuapp.com/

=== familiadex Buildpack URLs

  1. https://github.com/HashNuke/heroku-buildpack-elixir
  2. https://github.com/Machiaweliczny/heroku-buildpack-elm

Deploy to heroku

  1. Add priv/static files to git before pushing to heroku

Learn more

familiadex's People

Contributors

damaon avatar damiantq avatar mrbeing avatar cyrylk avatar gitter-badger avatar

Watchers

James Cloos avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.