Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/S3bb1/ah-dashboard-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
S3bb1 committed Feb 19, 2016
2 parents 2a08f22 + 55a9b65 commit f072090
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,18 @@ ActionHero Dashboard

- `npm install ah-dashboard-plugin --save`

**ONLY FOR ACTIONHERO v12.X or lower**
- add the dashboard to your plugins (config/plugins.js) config:
`plugins: ["ah-dashboard-plugin"]`


## Configuration

To use full functionalities, make sure a task scheduler is running!

Also make sure api.config.task's minTaskProcessors and maxTaskProcessors is set to some value greater than 0.
Also...
Make sure api.config.task's minTaskProcessors and maxTaskProcessors is set to some value greater than 0.
Ensure 'simpleRouting' and 'queryRouting' are true in config/servers/web.js

## Running

Expand Down Expand Up @@ -76,4 +82,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
4 changes: 2 additions & 2 deletions public/dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<header class="main-header">
<!-- Logo -->
<a href="../index2.html" class="logo">
<a href="#" class="logo">
<!-- mini logo for sidebar mini 50x50 pixels -->
<span class="logo-mini"><b>AH</b>B</span>
<!-- logo for regular state and mobile devices -->
Expand Down Expand Up @@ -158,4 +158,4 @@ <h1>
</body>


</html>
</html>

0 comments on commit f072090

Please sign in to comment.