Skip to content

ixisystems/panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panel

Getting Started

You'll need Homebrew, Erlang 17.1, and Elixir 1.0.0

brew install libcouchbase
git clone [email protected]:jbsmith/panel.git
MIX_ENV=local mix do deps.get, compile
MIX_ENV=local mix panel.server

Now visit: http://localhost:4000/

Setting up Local Couchbase

TODO update the following to be more up to date with current assumptions

  • Install Couchbase from couchbase.com
  • create a panel bucket named panel, with a user named panel and password electric
  • load agents by running panel with the local config:
    • mix do deps.get && MIX_ENV=local iex -S mix
    • in IEX run: Panel.Base.Import.Sampledata.load_sample("data/sampledata.csv")
    • test that sampledata is now readable via a visit to: http://localhost:4000/sampledata/test

About

simple elixir app using plug modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages