gkobler 57 Posted March 1, 2019 Hello  Does anybody knows how to install the AppAnalytics Source code. The code are downloadable via GetIt.  I have a root server ready with installed ruby  May someone have me a hint.  Best Regards Gregor Share this post Link to post
Adan Araujo 0 Posted December 10, 2021 I am in the same situation, did you manage to install it? Share this post Link to post
Daniel Beatty 0 Posted September 23, 2022 I am also in the same situation. Any resolution by now? Or alternatives? Â Regards ;) Share this post Link to post
Brian Evans 132 Posted September 23, 2022 It uses Ruby Rack which is: Rack provides a minimal interface between webservers that support Ruby and Ruby frameworks. Rack is a layer between the framework & the application server — RubyRack  The needed config file is in the root directory (config.ru). Share this post Link to post