TODO: Add description
If available in Hex, the package can be installed
by adding monet
to your list of dependencies in mix.exs
:
def deps do
[
{:monet, "~> 0.1.0"}
]
end
[msrinivasa:~/develop/monet] mix deps.get
[msrinivasa:~/develop/monet] MIX_ENV=prod mix distillery.release
In one terminal window, start the application as user kate
[msrinivasa:~/develop/monet] REPLACE_OS_VARS=true USER_NAME=kate
_build/prod/rel/monet/bin/monet foreground
kate@127.0.0.1
In a second terminal window, start the application as user alex
[msrinivasa:~/develop/monet] REPLACE_OS_VARS=true USER_NAME=alex
_build/prod/rel/monet/bin/monet foreground
alex@127.0.0.1
In kate
's shell, you will see a message -
[msrinivasa:~/develop/monet] REPLACE_OS_VARS=true USER_NAME=kate
_build/prod/rel/monet/bin/monet foreground
kate@127.0.0.1
Kate, do you copy?
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/monet.