https://github.com/linnovate/meanio-admin
https://github.com/linnovate/meanio-admin
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/linnovate/meanio-admin
- Owner: linnovate
- Created: 2016-01-18T23:36:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-08T12:17:19.000Z (almost 9 years ago)
- Last Synced: 2025-07-11T04:38:23.648Z (4 months ago)
- Language: JavaScript
- Size: 663 KB
- Stars: 2
- Watchers: 32
- Forks: 11
- Open Issues: 1
-
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