Git Product home page Git Product logo

mogo-chat's Introduction

MogoChat - team chat app

3-minute Heroku install. Just copy-paste a command

screenshot

Features

  • Works on mobile devices ~!
  • Easy to install
  • Multiple rooms
  • Sound notifications
  • Code snippets
  • /me status messages
  • Comes with an API (docs)

Written using Elixir, Phoenix Framework, Ember.js, CoffeeScript and PostgreSQL

Install instructions for more platforms will come soon.

Credits

Akash Manohar J ยฉ 2014, under the MIT License. See LICENSE file for details.

Artwork

TODO

  • Asset pipeline to compile assets in Elixir/Erlang (In progress)
  • Move Handlebars templates to assets
  • grep for TODO in the source code and you might stuff to contribute

mogo-chat's People

Contributors

hashnuke avatar jurre avatar zerodivisible avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mogo-chat's Issues

Elixir Failed to Compile on Push

I and a friend of mine have the issue when deploying to Heroku.

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Exiting with failure status due to previous errors
/tmp/buildpack_7966c126-c999-4b8b-9726-26f196d32bd4/lib/erlang_funcs.sh: line 39: /app/tmp/cache/erlang/Install: No such file or directory
-----> Downloading Elixir
-----> Installing Elixir v0.12.5
-----> Installing Hex
exec: 83: erl: not found
-----> Installing rebar
exec: 83: erl: not found
-----> Fetching app dependencies with mix
exec: 83: erl: not found

 !     Push rejected, failed to compile elixir app

To [email protected]:infinite-thicket-1689.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to '[email protected]:infinite-thicket-1689.git'

Clicking on "Users" goes to "/#/login"

I deployed a clone of mogo-chat onto heroku exactly per the README.
When I add some users and later, go to another page and come back to the user page, it redirects me to /#/login even though I am logged in.

Erlang 17 and Elixir 1.0

I am working on getting this app to work on the above. Will make a pull request when I am done

Add support for emoji

see emoji-cheat-sheet.com
We should add support for emojis they are awesome. ๐Ÿ‘ ๐Ÿ˜ธ ๐Ÿ˜ˆ

Credentials: Heroku

Just followed the instructions to spin up a Mogo-Chat on Heroku but when I enter the credentials suggested I get;

"Maybe you don't have an account?"

relation "users" does not exist

Hi, great project, installation is a breeze considering all the work it's doing in the background! However I have an issue. The installation seemed to go well however when I try to login I get the following error:

POST http://<myurl>.herokuapp.com/api/sessions 500 (Internal Server Error) 

Taking a peak at the HTTP response I see this:

  <html>
    <h2>(Postgrex.Error) ERROR (42P01): relation "users" does not exist</h2>
    <h4>Stacktrace</h4>
    <pre>    lib/ecto/adapters/postgres/worker.ex:21: Ecto.Adapters.Postgres.Worker.query!/4
    lib/ecto/adapters/postgres.ex:242: Ecto.Adapters.Postgres.use_worker/3
    lib/ecto/adapters/postgres.ex:48: Ecto.Adapters.Postgres.all/3
    (mogo_chat) lib/mogo_chat/controllers/sessions_api.ex:37: MogoChat.Controllers.SessionsApi.login/3
    (mogo_chat) lib/mogo_chat/router.ex:1: anonymous fn/1 in MogoChat.Router.call/2
    (mogo_chat) lib/mogo_chat/plugs/session.ex:36: Plugs.Session.wrap/3
    (mogo_chat) lib/mogo_chat/auth_error_handler.ex:12: MogoChat.AuthErrorHandler.wrap/3
    (phoenix) lib/phoenix/plugs/error_handler.ex:8: Phoenix.Plugs.ErrorHandler.wrap/3
</pre>
  </html>

Any idea why the "users" relation was not created initially?

Style tags aren't escaped

When posting a comment, <style> tags don't get escaped. Try typing something like:

<style>* { color: green; }</style>

And all the text turns green (note that copy/pasting the above code doesn't work, as pasted code turns into code blocks).

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.