Skip to content

AngularJS based web client for SmartFollow students performances monitoring software

Notifications You must be signed in to change notification settings

SmartFollow/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartFollow - Web Client

Creative Commons Attribution - NonCommercial - NoDerivatives 4.0 International license

This software is distributed under the Creative Commons Attribution - Non Commercial - No Derivatives 4.0 International license

Git workflow

  1. Do not push on master
  2. "main" branch is dev
  3. Create a new feature branch for each new feature development
  4. Do not merge feature branches with dev, create a pull request from feature branch to dev

Installation

  1. Create a local virtual host
  • Go to C:\wamp\bin\apache\Apache2.2.17\conf\ open httpd.conf file and change #Include conf/extra/httpd-vhosts.conf to Include conf/extra/httpd-vhosts.conf

  • Go to C:\wamp\bin\apache\Apache2.2.17\conf\extra and open httpd-vhosts.conf file and add the following code

    <VirtualHost smartfollow.web:80>
        DocumentRoot "C:/wamp/www/web/"
        ServerName smartfollow.web
        ServerAlias smartfollow.web
        <Directory "C:/wamp/www/web/">
            Order allow,deny
            Allow from all
        </Directory>
    </VirtualHost>
  • change C:/wamp/www/web/ as per your requirements.

  • Open hosts file in C:/Windows/System32/drivers/etc/ and add the following line ( Don't delete anything ) 127.0.0.1 smartfollow.web

  1. Restart your server.
  2. (optional) Edit the configuration file of the website \app\scripts\constant\config.js and change apiUrl, clientId and clientSecret
    apiUrl: "http://api.dev.smartfollow.org/",
    clientId: "2",
    clientSecret: "IT1tAxoBLlzOJeE5gOoNqq2LOZws1EV5rfc7tZW2"
    
  3. Go to http://smartfollow.web/

About

AngularJS based web client for SmartFollow students performances monitoring software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published