Packages

Exampple project generator. Provides a `mix xmpp.new` task to bootstrap a new Elixir application with Exampple dependencies.

Current section

Files

Jump to
xmpp_new templates xmpp_single README.md
Raw

templates/xmpp_single/README.md

# <%= app_module %>
To start your Exampple server:
* Install dependencies with `mix deps.get`
* Configure the connection to your XMPP Server: `<%= if ecto do %>
* Create and migrate your database with `mix ecto.setup`<% end %>
* Start Exampple endpoint with `mix run`
Now you are connected to the XMPP Server and you can send stanzas to your component.