Turkic setup error
While installing,such that in 000-default file I have given
Local domain name being "athmuntu"
DocumentRoot /var/www/vatic
ScriptAlias /server /var/www/vatic/server.py
AddHandler cgi-script .cgi .pl .py
And in config.py file: localhost = "http://athmuntu" # your local host database = "mysql://root:pass@athmuntu/vatic"
sudo turkic setup --database throws an error:
Traceback (most recent call last):
File "/usr/local/bin/turkic", line 5, in
is "pass" actually what you set for the root database user? This is usually set during the mysql install.
Maybe also try
database = "mysql://root:pass@localhost/vatic"
?
I am new to database setup; take my response with a grain of salt!