Skip to content

glejeune/ews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EWS

Elixir Web Shell

Configuration

You can create a configuration file (~/.ews.exs) to specify the EWS port and IP binding. Example :

EWSConfig.config do
  config.http_port 9090
  config.http_ip "0.0.0.0"
end

Start

mix deps.get
mix server
# open http://localhost:8080

License

All files under this repository fall under the MIT License (see the file LICENSE).

"Elixir" and the Elixir logo are copyright (c) 2012 Plataformatec.

About

Elixir Web Shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published