Magnus Glantz

Results 16 comments of Magnus Glantz

> Confirming that using the `--client-id` and `--client-secret` arguments to authenticate works. [This article](https://codeyarns.com/2013/11/19/how-to-use-gcalcli-with-your-own-client-id-and-secret/) is a bit outdated but is the general idea: create an OAuth web login app in...

Feel free to check out progress in my fork at https://github.com/mglantz/helicalinsight

I'd say I'm in alpha now atleast :-) ``` # sudo yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && sudo yum -y install python-pip git && sudo pip install ansible # git clone...

Hey @changchichung. Right now, I do not have support for CentOS. Check out the documentation at https://github.com/mglantz/helicalinsight/tree/master/ansible-installer. To get CentOS support, we'd have to detect OS and then instead of...

> OK , looks like the "install_dir" means where I put the files clone for git hub , not where I want to install helical insight . Correct, it's where...

The installer passed my tests on RHEL7. I ended up with a working installation.

Without these fixes, did you end up with below? Just checking, so I don't run down some rabbit hole... ``` SEVERE: Error configuring application listener of class com.helicalinsight.efw.framework.BootTimeListener java.lang.ExceptionInInitializerError at...

> You have to follow readme.md or https://helicalinsight.github.io/helicalinsight/#/quickstart?id=manual-installation step 1 thru 7, you will not have any issues. > > With my updates, only need to update DB settings; Currently...

I've done a pull request (#15) with an Ansible based installer which setups everything, including dependencies such as Tomcat, MySQL, etc. How about contributing a Windows version? If that is...

Please note that this installer takes care of -everything- including installing prerequisites such as Tomcat, MySQL and such.