Changes between Version 21 and Version 22 of WebInterface


Ignore:
Timestamp:
Dec 10, 2012, 9:42:27 PM (12 years ago)
Author:
manualwiki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebInterface

    v21 v22  
    108108In your favourite browser, navigate to the server address defined by the configuration (the default is {{{http://localhost:8001}}}) after the web server has been successfully started. Services are allowed only to authorized people, so first you have to log in with a username. The browser will be redirected to the ''queries'' page. If restricted_mode is on, you have to use the username 'admin' to access restricted features, this will require you to provide a password as well. You can set the password with the {{{index:makeadminpassword/1}}} function, with a string as the parameter.  
    109109 
     110{{{#!comment 
     111== Global notifications 
     112 
     113When someone else starts/finishes modification of the database, a notification appears stating what process has been started/finished, during such process some functions on the web interface are not available, and some buttons will even be disabled. 
     114 
     115}}} 
     116 
    110117== Database operations and environment nodes 
    111118 
     
    118125 * If the {{{browser_root}}} parameter is set during start up, the given value is the root directory. 
    119126 * If the {{{browser_root}}} parameter is not set during start up 
    120    * If the database had contained files before start up, the root elements are the directories of these files. 
    121    * If the database had not contained files before start up, then !RefactorErl’s lib directory will be the root. 
     127 * If the database had contained files before start up, the root elements are the directories of these files. 
     128 * If the database had not contained files before start up, then !RefactorErl’s lib directory will be the root. 
    122129 
    123130In this mode, directories can be listed, the contents of files can be shown, and a selected directory or file can be added to the database. The selected directory or file is highlighted by a blue background. Database operations are indicated by a progress bar.