Banner for Rosariosis Rest Api
Plugin helper to connect to the RosarioSIS (free Student Information System) REST API. Wordpress Tutorial
Noted That:
  • To install correctly this rosariosis-rest-api.zip .
  • Fisrt Download the rosariosis-rest-api.zip to your computer
  • Extract/Open rosariosis-rest-api.zip to Your Computer.
  • Then, Find readme.txt file inside rosariosis-rest-api.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " rosariosis-rest-api.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Rosariosis Rest Api

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Rosariosis Rest Api

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Rosariosis Rest Api

Step-5 : Now, Browse " rosariosis-rest-api.zip " Downloaded plugin from your computer, Where you downloaded " rosariosis-rest-api.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Rosariosis Rest Api

Step-6 : Now, Click on " Active Plugin "

Activate Rosariosis Rest Api

Step-7 : Then, See left Side Menu. " Rosariosis Rest Api " folder is added on left Side Menu. Now, Click on " Rosariosis Rest Api " folder.

Noted that: If you do not see " Rosariosis Rest Api " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Rosariosis Rest Api Configurations and Settings or How to work " Rosariosis Rest Api " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " RosarioSIS REST API " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is RosarioSIS REST API
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

Installing “RosarioSIS REST API” can be done either by searching for “RosarioSIS REST API” via the “Plugins > Add New” screen in your WordPress dashboard, or by using the following steps:

  1. Download the plugin via WordPress.org
  2. Upload the ZIP file through the ‘Plugins > Add New > Upload’ screen in your WordPress dashboard
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

RosarioSIS configuration steps:

  1. Install and activate the REST API plugin for RosarioSIS.
  2. Copy the admin user API token: go to menu School > Configuration > Plugins . Click on the Configuration link next to REST API. Copy the User Token (see screenshot).

WordPress configuration steps:
1. Add the RosarioSIS URL and your admin user API token to the wp-config.php file. Here is an example:
define( 'ROSARIOSIS_REST_API_URL', 'https://my-rosariosis.com/' );
define( 'ROSARIOSIS_REST_API_USER_TOKEN', 'M1e57FZ69D0ophaizqTRsNB6lQ3d0EA6' );


Name