Changes between Version 2 and Version 3 of Web2
- Timestamp:
- Sep 3, 2013, 7:04:42 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Web2
v2 v3 75 75 === Startup: referl script 76 76 77 You can pass any of the above options via command-line arguments (note that {{{- nitrogen}}} is mandatory).77 You can pass any of the above options via command-line arguments (note that {{{-web2}}} is mandatory). 78 78 Example: 79 79 {{{ 80 bin/referl - nitrogen80 bin/referl -web2 81 81 -yaws_path /Users/V/yaws-1.89/ebin 82 82 -yaws_listen 127.0.0.1 … … 85 85 -browser_root /Users/V/erlang 86 86 -images_dir /Users/V/graph_images 87 -restricted_mode88 87 }}} 89 88 … … 112 111 == Logging in 113 112 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.113 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. 115 114 116 115 == Global notifications … … 126 125 == Database operations 127 126 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.127 This 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. 129 128 130 129 === Browsing files on the server … … 144 143 145 144 In 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. 145 The file browser displays the last directory that contains all the loaded files. 146 Under 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. 147 If 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. 147 148 148 149 ''Dropping a file from the database does not imply removing it from the file system.''