Skip to content

Getting Started

Tarun Abichandani edited this page Jan 24, 2024 · 3 revisions

Installing Resseract Lite

  1. Get the latest release of Resseract Lite from our releases page
  2. Unzip the folder
  3. Go to the unzipped folder and Run the executable as per your system
    • Windows : Double click on run-resseract.bat or open cmd and run run-resseract.bat
    • Linux/Mac : Double click on run-resseract.sh or open terminal and run sh run-resseract.sh
  4. Once the application starts you can access resseract lite at http://localhost:8242/canvas

If you face any issue, file a ticket here and we will get back to you at the earliest


Create your first dashboard

  • Step 1: Upload Data
    • Download a sample CSV file from here
    • Launch Resseract Lite using above steps
    • In the menu on the left, select Upload Data under Data
    • Under source select CSV and click Next
    • Upload the downloaded file and click Next
    • Change the Data Key to Employee Attrition and click Next
    • Data should be uploaded successfully
  • Step 2: Add a bar chart
    • In the menu on the left, select Bar Chart under Charts
    • Under Data Key, select Employee Attrition
    • Under Group By Axes, select Department
    • Under Value Column, select EmployeeCount
    • Click on Add, see that the bar chart is added
  • Step 3: Save the dashboard
    • In the menu on the left, select Save Dashboard under Manage
    • Type the dashboard name as Employee Attrition Dashboard and click Save
    • Your dashboard is now saved
GettingStarted.mov