Skip to content

novaframework/nova_admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nova_admin

Observer-like administration UI for Nova

Screenshot of Nova Admin

Clone and try it out. Please report bugs if you find. Any help is welcome (Bug reports, contributions etc).

Installation

Add nova_admin to your rebar.config:

{deps, [
    {nova_admin, ".*", {git, "git@github.com:novaframework/nova_admin.git", {branch, "master"}}}
]}.

Update your config file to include nova_admin:

{your_application, [
    {nova_apps, [
        {nova_admin, #{prefix => "/nova_admin"}}
    ]}
]}.

Change your_application to the name of your application and prefix to the desired prefix for nova_admin.

About

Observer-like administration UI for Nova

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published