Changes between Version 2 and Version 3 of Web2


Ignore:
Timestamp:
Sep 3, 2013, 7:04:42 PM (11 years ago)
Author:
manualwiki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Web2

    v2 v3  
    7575=== Startup: referl script 
    7676 
    77 You can pass any of the above options via command-line arguments (note that {{{-nitrogen}}} is mandatory). 
     77You can pass any of the above options via command-line arguments (note that {{{-web2}}} is mandatory). 
    7878Example: 
    7979{{{ 
    80 bin/referl -nitrogen  
     80bin/referl -web2 
    8181           -yaws_path /Users/V/yaws-1.89/ebin  
    8282           -yaws_listen 127.0.0.1 
     
    8585           -browser_root /Users/V/erlang 
    8686           -images_dir /Users/V/graph_images 
    87            -restricted_mode 
    8887}}} 
    8988 
     
    112111== Logging in 
    113112 
    114 In 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.  
     113In 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.  
    115114 
    116115== Global notifications 
     
    126125== Database operations 
    127126 
    128 This service is available under the "Database" tab. {{{#!comment In restricted mode, this service is not available for non-admin users. It only works correctly if the server process has the appropriate access to files and directories. }}} The file browser panel is located at the left side of the page. You can either browse files which are located on the server ("Browse server"), or which had been loaded into the database ("Browse loaded files"). You can switch between these two options by clicking the button in the top right corner of the file browser box. 
     127This service is available under the "Database" tab. The file browser panel is located at the left side of the page. You can either browse files which are located on the server ("Browse server"), or which had been loaded into the database ("Browse loaded files"). You can switch between these two options by clicking the button in the top right corner of the file browser box. 
    129128 
    130129=== Browsing files on the server 
     
    144143 
    145144In this mode, directories' and files' contents can be listed, a selected file or directory can be reloaded to the database, dropped from the database, or can be pre-generated for the source code viewer. Status messages are displayed during the reloading/dropping/generating process, and also after the process has finished. 
    146 The file browser displays the last directory that contains all the loaded files.   
     145The file browser displays the last directory that contains all the loaded files.  
     146Under the file browser box, there is a separate box for the function quicklist. In this box, the function definitions of the displayed file are listed if the file is added to the database. You can jump to the chosen function in the file by clicking on. 
     147If file is not displayed correctly, you can try to "repair" it by clicking the Refresh button in the upper right corner of the function quicklist window. 
    147148 
    148149''Dropping a file from the database does not imply removing it from the file system.''