Skip to content

neuralvis/monet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monet

TODO: Add description

Installation

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

Building

[msrinivasa:~/develop/monet] mix deps.get
[msrinivasa:~/develop/monet] MIX_ENV=prod mix distillery.release

Running

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages