live_admin
Low-config admin UI for Phoenix apps, built on LiveView
File Explorer
Download Latest Version (.zip)- bug_report.md
- ci.yml
- stale.yml
- FUNDING.yml
- alerts.css
- app.css
- base.css
- buttons.css
- cards.css
- default_overrides.css
- detail.css
- embeds.css
- errors.css
- forms.css
- layout.css
- modals.css
- sidebar.css
- switch.css
- tables.css
- tabs.css
- utilities.css
- app.js
- esbuild.js
- package-lock.json
- package.json
- postcss.config.js
- config.exs
- default.po
- structure.sql
- create_user_form.ex
- extra.ex
- gettext.ex
- page_controller.ex
- populator.ex
- post.ex
- posts_admin_home.ex
- readme_generator.ex
- renderer.ex
- repo.ex
- user.ex
- user_admin.ex
- app.css
- default_overrides.css
- app.js
- content.ex
- app.html.heex
- layout.html.heex
- jobs.ex
- wrapper.ex
- array_input.ex
- search_select.ex
- form.ex
- index.ex
- show.ex
- content.ex
- alert_bar.ex
- container.ex
- home.ex
- nav.ex
- session.ex
- agent.ex
- store.ex
- components.ex
- error_helpers.ex
- gettext.ex
- pub_sub.ex
- resource.ex
- router.ex
- session.ex
- view.ex
- application.ex
- live_admin.ex
- container_test.exs
- session_test.exs
- router_test.exs
- resources.ex
- live_admin_test.exs
- test_helper.exs
- .credo.exs
- .dockerignore
- .formatter.exs
- .gitignore
- dev.exs
- docker-compose.yml
- Dockerfile
- LICENSE.md
- mix.exs
- mix.lock
- README.md
- README.md.eex
# Installation Guide
1. Get the code
git clone https://github.com/tfwright/live_admin
Downloads the entire project code from GitHub to your computer.
cd live_admin
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Node.js
EasyPrerequisites
cd assets
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
