Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Miguel João
Staff
13
Views
0
Comments
How to manually install the Agile Platform 7.0 Community Edition
Question
OS Certified
Installation
Personal Environment
Permalink:
www.outsystems.com/goto/community70-manual-install
With this post I will try to enumerate all the steps required to manually install the Agile Platform 7.0 Community Edition, but I suggest that you always follow the
Agile Platform Server - .NET Install Checklist
to perform an installation of the Agile Platform.
Pre-Instalation:
Install IIS
As an Administrator of your computer, go to your Control Panel (Start Menu -> Control Panel), and click the Programs tool.
In the Add or Remove Programs tool, select “Turn Windows features on or off”.
On Windows Features, scroll down the list of components, select and check the Internet Information Services (IIS) item. Then, press the “+” button next to the Internet Information Services (IIS) item, to access the subcomponents
On the Internet Information Services (IIS) subcomponents dialog, make sure the following subcomponents are checked:
Press the Ok button to return to the Windows Components Wizard dialog.
Wait for the installation process to finish.
During the installation process you might get a popup dialog requesting to insert your operating system CD, or specify the location of the i386 installation folder. If you have the original operating system with the same Service Pack, then use the CD.
Install SQL Server (set the ser
ver collation as CIAI
and
enable mixed-mode authentication
,
https://www.microsoft.com/downloads/en/details.aspx?FamilyID=40acf55f-0715-4bb0-9735-d02fc2c8a7af
)
Install .NET Framework 3.5 (
https://www.microsoft.com/downloads/en/details.aspx?FamilyID=ab99342f-5d1a-413d-8319-81da479ab0d7&displaylang=en
)
Optional: Install Message Queuing to take advantage of the Agile Platform Asynchronous log feature (
https://www.outsystems.com/forums/discussion/6831/microsoft-message-queue-installation-for-community-edition/
)
Installation
Create an OutSystems database Catalog
Open a Command Line (in the Run utility of the Start Menu write “cmd” and click OK)
In the Command Line Execute the following commands:
sqlcmd -S localhost\OUTSYSTEMS
CREATE LOGIN outsystemsinstaller WITH PASSWORD = 'outsystems'
GO
EXEC sp_addsrvrolemember outsystemsinstaller, sysadmin
GO
CREATE DATABASE OUTSYSTEMS
GO
exit
Install
Platform Server
(
https://www.outsystems.com/NetworkDocuments/DownloadsEntry.aspx?VirtualDirectoryId=68
)
Run the OutSystems Configuration Tool
Open the Configuration Tool (located in the Start Menu / All Programs / OutSystems / Administration Tools / Configuration Tool):
Select the Database tab
Set Database Server and Catalog
DBMS to Microsoft SQL Server
Server to localhost\OUTSYSTEMS
Catalog to OUTSYSTEMS
Create Admin user
Set User to hubadmin
Set Password to outsystems
Create Runtime user
Set User to hubruntime
Set Password to outsystems
Create Log user
Set User to hublog
Set Password to outsystems
Click Grant Permissions
In Database Login use
Set Login to outsystemsinstaller
Set Password to outsystems
Click the OK button
Create the Platform Database Schema
Click Create/Upgrate Database
In the confirmation Dialog Box click Yes
A new Dialog Box with the successful confirmation as follow should appear
Select the Session tab
Set Session Server and Catalog
Server to localhost\OUTSYSTEMS
Catalog to OSASPState
Create Admin user
Set User to hubstate
Set Password to outsystems
Click Configure Session Database
A Confirmation Dialog Box should appear
Click Yes
In Database Login use
Set Login to outsystemsinstaller
Set Password to outsystems
Click the OK button
More Database Login Windows can appear after OK is pressed, keep clicking OK if they do (only three windows should appear though)
A success message should appear after this
Finish the configuration by Clicking the Apply & Exit button
Answer yes when asked to install Service Center
Answer yes when asked start Scheduler and SMS Connector services
Upload the Agile Platform License
Request your Community License at:
https://www.outsystems.com/community/license/
Fill in the requested information
You will then be emailed your license
Open your service center at
https://localhost/servicecenter
username: admin
password: admin
Go to the ADMINISTRATION/Licensing tab
Click in the Upload New License option
Choose the file that goes attached in your license email (AgilePlatformCommunityEdition.lic)
Press Upload
Install System Components
Open your service center at
https://localhost/servicecenter
username: admin
password: admin
Go to the FACTORY tab
Go to Solutions tab;
Chose the option Upload New Solution
Choose the file System_Components.osp (available in the Platform Server installation dir, usually “C:\Program Files\OutSystems\Platform Server\System_Components.osp”)
Press 1-click-publish;
Wait for all the publication steps to finish.
Install
Service Studio
(
https://www.outsystems.com/NetworkDocuments/DownloadsEntry.aspx?VirtualDirectoryId=60
)
Install
Integration Studio
(
https://www.outsystems.com/NetworkDocuments/DownloadsEntry.aspx?VirtualDirectoryId=60
)
And after this you should be able to start your interactive Tutorials and take full advantage of OutSystems Agile Platform.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...