Changes between Version 8 and Version 9 of Internal/LoginService


Ignore:
Timestamp:
Jun 21, 2011, 3:20:36 PM (13 years ago)
Author:
Olivera Tosic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/LoginService

    v8 v9  
    4848Currently, it is necessary to run sql script to create database. Resources table need to be fill out with data manually.
    4949
    50 Example:
     50 === Example: ===
    5151INSERT into resources (machid,name,location,rphone,notes,minRes,maxRes) VALUES
    52 ('sc1431b400c5f130', 'grid', 'Orbit Facility', '(732) 932-6857, 'Main 400 node grid,30,120)
    53 machid – unique resource identifier
    54 name – resource name
    55 rphone – phone number
    56 notes – resource description
    57 minRes – minimal reservation length
    58 maxRes – maximal reservation length
     52('sc1431b400c5f130', 'grid', 'Orbit Facility', '(732) 932-6857', 'Main 400 node grid,30,120)
     53 * machid – unique resource identifier
     54 * name – resource name
     55 * rphone – phone number
     56 * notes – resource description
     57 * minRes – minimal reservation length
     58 * maxRes – maximal reservation length
    5959
    6060How to access login service