Giter Site home page Giter Site logo

szufisher / frappe-active-users Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kid1194/frappe-active-users

0.0 1.0 0.0 91 KB

Frappe plugin that displays a list of current active users.

License: MIT License

JavaScript 33.29% Python 41.61% CSS 25.10%

frappe-active-users's Introduction

Frappe Active Users

A small plugin for Frappe that displays a list of current active users.

Active ausers

Table of Contents


Requirements

  • Frappe >= v13.0.0

Setup

⚠️ Important ⚠️

Do not forget to replace [sitename] with the name of your site in all commands.

Install

  1. Go to bench directory
cd ~/frappe-bench
  1. Get plugin from Github

(Required only once)

bench get-app https://github.com/kid1194/frappe-active-users
  1. Build plugin

(Required only once)

bench build --apps active_users
  1. Install plugin on a specific site
bench --site [sitename] install-app active_users
  1. Check the usage section below

Update

  1. Go to app directory
cd ~/frappe-bench/apps/active_users
  1. Get updates from Github
git pull
  1. Go to bench directory
cd ~/frappe-bench
  1. Build plugin
bench build --apps active_users
  1. Update a specific site
bench --site [sitename] migrate
  1. Restart bench
bench restart

Uninstall

  1. Go to bench directory
cd ~/frappe-bench
  1. Uninstall plugin from a specific site
bench --site [sitename] uninstall-app active_users
  1. Remove plugin from bench
bench remove-app active_users
  1. Restart bench
bench restart

Usage

  1. Go to Active Users Settings
  2. Check the Is Enabled box and set the desired Refresh Interval
  3. Choose the Roles and Users that you want the plugin to be visible to or hidden from

Contributors


License

MIT

frappe-active-users's People

Contributors

kid1194 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.