Changes between Version 5 and Version 6 of Web2
- Timestamp:
- Feb 27, 2014, 9:46:06 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Web2
v5 v6 276 276 == Logging in & Restricted mode 277 277 278 In your 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. After a succes ful login the browser will be redirected to the ''queries'' page.279 280 If the interface has been started with restricted mode enabled standard users can not acces the Database and Errors pages or any database modifying functions. The administrator can still acces these functions but for that you have to set up and use a password.278 In your 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. After a successful login the browser will be redirected to the ''queries'' page. 279 280 If the interface has been started with restricted mode enabled standard users can not access the Database and Errors pages or any database modifying functions. The administrator can still access these functions but for that you have to set up and use a password. 281 281 282 282 For setting up the password you have to use a !RefactorErl shell: … … 297 297 == Stateful pages 298 298 299 The interface has stateful pages meaning one can share any visible states with a teammate by copying the urlfrom the address bar and sending it.299 The interface has stateful pages meaning one can share any visible states with a teammate by copying the URL from the address bar and sending it. 300 300 Also you can easily navigate between previous states of the interface with your browser's back, forward and history functions. 301 301 … … 328 328 == Downloading files from the server 329 329 330 When browsing the database or file system contents on the "Queries" or "Database" pages you can right-click on the selected file and download it to your local machine by selecting "Download file" from the appearing context menu.330 When browsing the database or file system contents on the "Queries" or "Database" pages you can right-click on the selected file and download it to your local machine by selecting "Download file" from the appearing context menu. 331 331 332 332 == Running semantic queries