Guide for install and run Infinite Rasa server (Requirements)
Posted: Wed Jul 27, 2016 2:50 pm
Part 1
Requirements:
Git Extensions ≥ 2.48.05
MS Visual Studio 2015
MySQL 5.6.x.x
HeidiSQL
Installation:
1) Git Extensions (download link) Install Git Extensions
a) This setup incudes Git, MySYSGit and Kdiff – be shure to instal all three
b) During Git installation you will encounter following screens: Make sure you chose those options. Rest of options leave as it is.
2) Install the compiler Microsoft Visual Studio Community 2015
a) Download Community Free Edition vs_community.exe (2,9 MB)
b) The installer for VS 2015 (any edition) no longer installs the C++ compiler by default.
To enable it, select Custom in the type of installation and pick Common Tools for Visual C++ 2015 in Programming Languages -> Visual C++ and Phyton Tools for Visual Studio 3) Install MySQL Server Community Edition (use the most recent version of 5.6.x )
a) Download the Windows MSI Installer b) Scroll down to the bottom and click on "No thanks, just take me to the downloads!" c) Begin installation d) When installation is almost done make sure "Launch the MySQL Instance Configuration Wizard" is checked, then click "Finish".
e) When the MySQL Instance Configuration Wizard launches, most default options are fine f) During MySQL Configuration, near the end of the installation process, set master password whatever you like, and create the user infinite with password rasa to match the infinite:rasa settings in the default server .conf files. Make sure that this user is set to have the DB Admin role and with Host type localhost instead of the default <All Hosts (%)> because of the low security of the well known password "rasa". g) After this, you don’t not need to change anything, just finish installation process
h) Check if your username and password works i) After setup is done to test if MySQL is set up correctly, hit CTRL+ALT+DEL on your keyboard, enter the Task Manager, and select the "Services" tab. In the list of services you should see "MySQL56" with a status of "Running" 4) Install HeidiSQL
HeidiSQL (download link) curent version 9.3
5) Try to connect to your MySQL server
a) Open HeidiSQL
b) Click on “New” at bottom-left corner
c) There should be now at top-left corner “Unnamed” session, rename it to “InfiniteRasa”
d) Type in username and password you have entered at MySQL setup e) If you did everything like this tutorial tell you to do, you should be logged into your MySQL server
Now you have all need tools, let's move to next topic
2. Core Installation >>>
Requirements:
Git Extensions ≥ 2.48.05
MS Visual Studio 2015
MySQL 5.6.x.x
HeidiSQL
Installation:
1) Git Extensions (download link) Install Git Extensions
a) This setup incudes Git, MySYSGit and Kdiff – be shure to instal all three
b) During Git installation you will encounter following screens: Make sure you chose those options. Rest of options leave as it is.
2) Install the compiler Microsoft Visual Studio Community 2015
a) Download Community Free Edition vs_community.exe (2,9 MB)
b) The installer for VS 2015 (any edition) no longer installs the C++ compiler by default.
To enable it, select Custom in the type of installation and pick Common Tools for Visual C++ 2015 in Programming Languages -> Visual C++ and Phyton Tools for Visual Studio 3) Install MySQL Server Community Edition (use the most recent version of 5.6.x )
a) Download the Windows MSI Installer b) Scroll down to the bottom and click on "No thanks, just take me to the downloads!" c) Begin installation d) When installation is almost done make sure "Launch the MySQL Instance Configuration Wizard" is checked, then click "Finish".
e) When the MySQL Instance Configuration Wizard launches, most default options are fine f) During MySQL Configuration, near the end of the installation process, set master password whatever you like, and create the user infinite with password rasa to match the infinite:rasa settings in the default server .conf files. Make sure that this user is set to have the DB Admin role and with Host type localhost instead of the default <All Hosts (%)> because of the low security of the well known password "rasa". g) After this, you don’t not need to change anything, just finish installation process
h) Check if your username and password works i) After setup is done to test if MySQL is set up correctly, hit CTRL+ALT+DEL on your keyboard, enter the Task Manager, and select the "Services" tab. In the list of services you should see "MySQL56" with a status of "Running" 4) Install HeidiSQL
HeidiSQL (download link) curent version 9.3
5) Try to connect to your MySQL server
a) Open HeidiSQL
b) Click on “New” at bottom-left corner
c) There should be now at top-left corner “Unnamed” session, rename it to “InfiniteRasa”
d) Type in username and password you have entered at MySQL setup e) If you did everything like this tutorial tell you to do, you should be logged into your MySQL server
Now you have all need tools, let's move to next topic
2. Core Installation >>>