Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Prev | Next |
WebEA Quick Start Guide - IIS
The purpose of the WebEA Quick Start Guide - IIS is to provide the complete process for quickly installing and configuring WebEA in a new IIS environment using the most common options.
The process is based on these assumptions:
- A clean Windows Server 2012 (or later) based machine has been selected to host both the Pro Cloud Server and Web Server; that is, no other Web Servers or applications are configured to listen on port 80
- IIS will be used as the Web Server
- WebEA will access one brand new Firebird model (because it is the simplest, as it does not require any third party ODBC drivers)
- The Enterprise Architect user base is using Enterprise Architect 13.5 or later
1. Download the Pro Cloud Server
Step |
Description |
---|---|
1.1 |
When you purchase the Sparx Systems Pro Cloud Server the sales team will send you a link to download the installer. |
2. Install the Web Server
Step |
Description |
---|---|
2.1 |
Enable IIS on Windows Server by running the Server Manager and selecting 'Add roles and features' |
2.2 |
Proceed through the installation process, accepting the defaults until the Server Roles screen displays. Select the 'Web Server (IIS)' checkbox. Continue through the installation, accepting defaults. |
2.3 - Install PHP |
Install PHP for IIS with 'Microsoft Web Platform Installer', available from: https://www.microsoft.com/web/downloads/platform.aspx Run Microsoft Web Platform Install and select 'Products > Frameworks'. Select the version of PHP required (for example, 'PHP 7.2.2 (x64)'). Click on the and . (This will download the required files and install them for use with IIS.) |
3. Configure the Web Server
With the default IIS configuration, the default website will use port 80. Its base folder is %SystemDrive%\inetpub\wwwroot which is normally C:\inetpub\wwwroot.
Step |
Description |
---|---|
3.1 |
No additional configuration is required. Test the connection by browsing to server address from another computer. "Internet Information Services" landing page should display. |
4. Install Pro Cloud Server
Step |
Description |
---|---|
4.1 |
The Pro Cloud Server installer is a standard MSI; double-click on it to start the installation. Note: Depending on a number of factors, you might be prompted for the credentials of a user with elevated permissions; these must be entered before the installation will continue. |
4.2 |
The 'Sparx Systems Pro Cloud Services Setup' dialog displays. Click on the . |
4.3 |
Read the license agreement and select the checkbox for indicating that you accept the terms. Click on the . |
4.4 |
Read the information about the Pro Cloud Server. Click on the . |
4.5 |
The 'Custom Setup' page displays. Click on the to accept the defaults. |
4.6 |
Click on the to run the installation. |
5. Configure the Pro Cloud Server
The Pro Cloud Server will have installed all of its files to the 'C:\Program Files (x86)\Sparx Systems\Cloud Services\' folder and added a Shortcut to the desktop.
Step |
Description |
---|---|
5.1 |
Run the 'Pro Cloud Config Client' or 'Pro Cloud Express Configuration Client' shortcut which was added to your desktop. |
5.2 |
Enter the Server address of "localhost:803" and click on the OK button. |
5.3 |
Click on the Licensing button, then Add. Enter your Pro Cloud server License key, then click OK. Click on OK to close the Pro Cloud Server License Manager dialog. |
5.4 |
Select the Ports tab Select Port "804" from the list and click on the Edit button. Tick the checkbox OSLC Supported, then click OK. |
5.5 |
Select the Database Managers tab, then click on the Add button. Type the name 'fb-procloud.feap' in the connection string field, then click on the OK button. Select the new entry in the list and click on the Edit button. On the Configure Database Manager screen, select the Enabled and Enable Pro Features (OSLC, WebEA and Integration) checkboxes. Click on the OK button. For a more in depth explanation of how to add database managers, see the Help topic Add Database Manager. |
5.6 |
Open the standard Windows Services console (command "services.msc"), locate and select the service "Sparx Systems Professional Cloud", then restart it. |
6. Copy WebEA files to Website
Step |
Description |
---|---|
6.1 |
Delete the default IIS files from C:\inetpub\wwwroot |
6.2 |
Copy the folder C:\Program Files (x86)\Sparx Systems\Cloud Services\WebEA\ to C:\inetpub\wwwroot. |
7. Configure WebEA to access the model
To give a better demonstration of the WebEA options, we will define three different WebEA model connections. All will connect to the same physical Firebird database.
Each model connection will have its own set of options that control how users will be able to interact with the data.
Step |
Description |
---|---|
7.1 |
Open the file 'C:\inetpub\wwwroot\WebEA\includes\webea_config.ini' with a text editor. |
7.2 |
In the "[model_list]" section, remove the 'model4' and 'model5' lines. Edit the remaining model names to: model1 = "Pro Cloud Model (no updates)" model2 = "Pro Cloud Model with discussions" model3 = "Pro Cloud Model with access code" |
7.3 |
In the "[model1 : settings]" section change the SSCS_DB_ALIAS option to "fb-procloud". The remaining default options should remain unchanged. |
7.4 |
In the "[model2 : settings]" section change the SSCS_DB_ALIAS option to "fb-procloud". The remaining default options should remain unchanged. |
7.5 |
Delete the "[model3 : settings]" and "[model5 : settings]" sections, rename the "[model4 : settings] section header to [model3 : settings]", then set these options as shown: sscs_db_alias = "fb-procloud" sscs_port = "804" sscs_use_ssl = "false" sscs_model_user = "" ssc_model_pwd = "" auth_code = "password01". login_prompt = "false" |
7.6 |
Save the changes to the file webea_config.ini in C:\inetpub\wwwroot\WebEA\includes. |
8. Configure your firewall(s) to allow client access
Step |
Description |
---|---|
8.1 |
Firewall rules will have to be adjusted to allow traffic between the [Client] and [Web Server], on ports 80 and 443. |
8.2 |
Firewall rules will have to be adjusted to allow traffic between the [Web Server] and [Pro Cloud Server], on ports 804 and 805. |
9. Use Enterprise Architect to add content
The initial Firebird model we created earlier will be empty. The easiest way to add content to the model is with Enterprise Architect.
Step |
Description |
---|---|
9.1 |
On a client machine with access to the web server, open Enterprise Architect v13.5 or later. |
9.2 |
From the main menu select 'Open Project...' or, from the ribbon, select the ' > Open Project' option. |
9.3 |
Click on the . |
9.4 |
On the 'Cloud Connection' screen set these parameters: Name: fb-procloud Protocol: http:// Server: {your servername} Port: 804 Model Name: fb-procloud Click on the . |
9.5 |
Open the 'Configure > Model > Options > Cloud' options and tick these checkboxes:
These options ensure diagrams and Linked Documents are saved in a format that allows them to be viewed in WebEA. |
9.6 |
Create a sample set of Model Views, Packages, diagrams and elements, so that they can be viewed in WebEA later. |
10. Test WebEA access
Step |
Description |
---|---|
10.1 |
On a client machine, open an internet browser and enter the URL http://{yourwebserver}/WebEA/login.php, where the value '{yourwebserver}' is either the name or IP number of the machine hosting the WebEA website. The WebEA login screen displays, listing the three model connections we defined earlier:
|
10.2 |
Select the first model connection - Pro Cloud Model (no updates) - and click on the . This connects you to the model and displays the model views that are defined. From here you should be able to navigate through the model by selecting Packages, diagrams and elements. When you select an element, its complete details are displayed. Because of the way this model connection is defined, the bottom of the properties section will NOT contain the 'Discussions' section. |
10.3 |
Click on the 'hamburger' icon in the top right corner of the display, and select the 'Logout' option. Then select the second model connection - Pro Cloud Model with discussions - and click on the . You should see the same model views as before; now navigate to an element and confirm that the 'Discussions' section is visible. |
10.4 |
Once again, click on the 'hamburger' icon in the top right corner, and select the 'Logout' option. Select the third model connection, 'Pro Cloud Model with access code' and click on the . This time you should be presented with a prompt for the Access Code; enter 'password01' (as we defined in step 7.5) and click on the . You should see the same model views as before. Navigate to an element; this time there should be a blue 'hamburger' menu in the element details area that allows the creation of element features such as tests and resource allocations. There should also be a pencil icon next to the element notes area that, when clicked on, will allow the modification of element notes. |
Complete
This quick start procedure is now complete. It has shown you how to install and configure a basic installation of WebEA on IIS. The Sparx System's online Help documentation has more detailed instructions and explains all possible options that can be configured. See the section 'Model Repository | Cloud Based Repositories | Pro Cloud Server' in the Enterprise Architect online Help.