Skip to content

andreoug/Troia-Server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In order to deploy you need to configure your MySQL database and properly set resources (user, password etc)

If you would like to handle big jobs you will need to configure MySQL for this. In file my.cnf (on Ubuntu it is located in /etc/mysql/my.cnf) configure option max_allowed_packet. For example:

max_allowed_packet=128MB

Final step of configuring DB is to create proper table in database. Comands doing this are locatet in src/main/resources/dawidprojects.sql

About

Dawid Skene as a Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.7%
  • Shell 0.3%