https://github.com/gbevan/mean-admin
fork from https://linnovate/mean-admin to support meanio 0.4
https://github.com/gbevan/mean-admin
Last synced: 10 months ago
JSON representation
fork from https://linnovate/mean-admin to support meanio 0.4
- Host: GitHub
- URL: https://github.com/gbevan/mean-admin
- Owner: gbevan
- Created: 2016-09-26T11:36:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-26T11:38:03.000Z (over 9 years ago)
- Last Synced: 2025-07-16T08:37:39.690Z (11 months ago)
- Language: JavaScript
- Size: 43.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [](http://mean.io/) MEAN Admin
[](https://david-dm.org/linnovate/mean-admin)
Admin module for MEAN applications to manage:
- Modules list
- Bootswatch themes support
- App Settings
- User Management
## Basic Usage
Install Package in root of your mean app:
$ mean install mean-admin
Add the admin role to your user:
$ mean user -a admin
(Re)start the server:
$ grunt
## Deployment
In order to deploy `mean-admin` to Heroku or otherwise, add the following line to `package.json` of the mean app:
"mean-admin": "linnovate/mean-admin",
_Note: the `mean-admin` pubilshed on npm does not work with meanio. The line above will pull the module directly from GitHub._
Don't forget to add the `admin` role to the admin user. Make sure `server/config/env/production.js` is updated with the production db url, then use the `--env` flag as:
$ mean user -a admin --env production