I am trying to build a online chat using private_pub and thin. I have installed the gem and trying to boot thin client using below command.
rackup private_pub.ru -s thin -E production
and I am getting below error:
The system cannot find the path specified.
Even rackup --help shows the same error. Anything to add in environment variables or config.ru file. Kindly help!
My platform is Windows 7 32-bit.
Windows can't find
rackupcommand. Add it to yourPATHenvironment variable and it should resolve the problem.