Changes between Version 13 and Version 14 of Web2


Ignore:
Timestamp:
Oct 10, 2023, 11:02:08 PM (7 months ago)
Author:
tothm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Web2

    v13 v14  
    2727== Starting up 
    2828 
    29 We can start the server either with the {{{referl}}} script using the {{{-web2}}} option, or from a running !RefactorErl shell. Both cases provide a default configuration: server name {{{localhost}}}, port {{{8001}}}, and address {{{127.0.0.1.}}}, which can be overridden. 
     29We can start the server either with the {{{referl}}} script using the {{{-web}}} option, or from a running !RefactorErl shell. Both cases provide a default configuration: server name {{{localhost}}}, port {{{8001}}}, and address {{{127.0.0.1.}}}, which can be overridden. 
    3030 
    3131Possible options: 
     
    5252  (This option can be used multiple times if you wish to add more than one directories.) 
    5353 
    54  * {{{images_dir IDIR}}} 
    55  
    56   Path of the directory where the generated images (visualisation of dependency examinations) will be placed. 
    57  
    5854 * {{{restricted_mode ENABLED}}} 
    5955 
     
    6258=== Startup: referl script 
    6359 
    64 You can pass any of the above options via command-line arguments (note that {{{-web2}}} is mandatory). 
     60You can pass any of the above options via command-line arguments (note that {{{-web}}} is mandatory). 
    6561Example: 
    6662{{{ 
    67 bin/referl -web2 
     63bin/referl -web 
    6864           -yaws_path /Users/V/yaws-1.95/ebin  
    6965           -yaws_listen 127.0.0.1 
     
    7268           -browser_root /Users/V/erlang 
    7369           -browser_root /Users/V/project 
    74            -images_dir /Users/V/graph_images 
    7570           -restricted_mode true 
    7671}}} 
     
    8883    {yaws_port,"8000"}, 
    8984    {browser_root,"/Users/V/erlang"}, 
    90     {images_dir,"/Users/V/graph_images"}, 
    9185    {restricted_mode, true}]). 
    9286}}} 
     
    223217== Logging out 
    224218 
    225 You can log out by clicking the "Log out {{{username}}}" button. During the logout process the interface clears the users' session, deletes the dynamically generated images belonging to the user, and redirects the browser to the login page. The interface does not delete the queries executed by the user, nor their results, and also keeps the state of the database. 
     219You can log out by clicking the "Log out {{{username}}}" button. During the logout process the interface clears the users' session and redirects the browser to the login page. The interface does not delete the queries executed by the user, nor their results, and also keeps the state of the database.