Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.1 KB

basic-environment.md

File metadata and controls

18 lines (15 loc) · 1.1 KB

Java:

MySQL:

  • Install latest version
  • Log into MySQL terminal, it may look like mysql -uroot -proot
  • Create database: create database jtalks character set utf8mb4
  • NB: some functionality (like posting extended unicode symbols e.g. smiles) is not going to work with default MySQL configuration, read details in the Advanced configuration of MySQL Server

Tomcat:

  • Download it: wget http://apache.softded.ru/tomcat/tomcat-7/v7.0.35/bin/apache-tomcat-7.0.35.zip
  • Unzip to some folder
  • When you want to start it, use %TOMCAT_HOME%/bin/startup.bat
  • When you want to shut it down, use %TOMCAT_HOME%/bin/shutdown.bat