Changes between Version 11 and Version 12 of Web2


Ignore:
Timestamp:
Aug 30, 2020, 10:49:14 PM (4 years ago)
Author:
tothm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Web2

    v11 v12  
    1717 
    1818== Installation 
    19 Actually, this interface is only a limited prototype, thus it has some extra restrictions, which are related to the used web browser. Due to the usage of web sockets, neither Internet Explorer nor Firefox are supported. We only support Google Chrome. 
    20   
    2119=== Yaws === 
    2220The web based UI is built upon the [http://yaws.hyber.org/ Yaws] web server. To be able to start this interface you need a Yaws web server installed. Installation help: http://yaws.hyber.org/yaws.pdf (see Chapter 2). 
    2321 
    24 * Required version: 1.95 
    25  
    26 If you prefer using a different version of Yaws, please, use [wiki:WebInterface the old web based interface] of the tool. 
    27  
    28 '''If Erlang/OTP-R16B01 or a newer version is used''', then none of the Yaws versions will be compiled from source. The problem is that every Erlang source of Yaws is compiled with the {{{-Werror}}} flag which causes build error when used with at least Erlang/OTP-R16B01 to compile Yaws. 
    29  
    30 To fix this error, you should use this modified Makefile. Put [attachment:Makefile:wiki:WebInterface this Makefile] under the {{{src}}} directory of the downloaded sources of Yaws, then  execute {{{make clean}}}. After the execution, the standard build procedure should be followed which is shown in LocalInstallLinux page. 
    31  
    32 If Windows is used, then other opportunity exists. Use the installer binaries of different Yaws versions (Yaws-1.95) instead of compiling them from source. 
    33  
    34 For a step-by-step installation tutorial, which is including the installation guide of Yaws, please see LocalInstallLinux. 
     22=== !RefactorErl=== 
     23To use the web interface, you have to provide the path to the YAWS' {{{ebin}}} directory when you compile the tool: 
     24{{{bin/referl -build tool -yaws_path path_to_yaws_ebin}}} 
     25 
    3526 
    3627== Starting up