Skip to content

Latest commit

 

History

History
executable file
·
60 lines (45 loc) · 1.52 KB

File metadata and controls

executable file
·
60 lines (45 loc) · 1.52 KB

Freetable Network Services

Everything needed to create or rebuild a network services node.

Install Notes

  • cd Freetable-network-services/sql
  • echo 'SOURCE install.sql;' | mysql -u root -p
  • echo 'CREATE USER "ft-net-srv"@"localhost" IDENTIFIED BY "some pass";' | mysql -u root -p Freetable
  • echo 'GRANT EXECUTE ON Freetable.* TO "ft-net-srv"@"localhost";'| mysql -u root -p Freetable

=========================

Technologies Used/Errata/Caveats

SQL

Acceptable SQL servers:

Other DBs are not supported: PostgreSQL, MSSQL and Oracle

DB minimum requirements

Gotchas

  • Thread stack overrun: ? bytes used of a ? byte stack, and 128000 bytes needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack. Update your my.cnf (usually in /etc/mysql/) and change this line to (then /etc/init.d/mysql restart): thread_stack = 256M

Nginx

Ruby

Javascript

CSS