I am trying to setup pentaho like following on my online server:
http://demo.pentaho.com/pentaho/Home
I want to run reports on my online web-server (to make report accessible round the globe), so I uploaded Pentaho-BI-Server to my domain. Users of the report-designer usually publish to a BI-server to let their reports run on the web. I am not able to figure out how can I configure it, because the documentation help is not vivid for setting up the Pentaho as an online server. Kindly let me know how can I do that?
Is there any tutorial available? Any help would be really appreciated.
BI-Server: http://sourceforge.net/projects/pent.../4.8.0-stable/
Documentation for the BI-Server: http://wiki.pentaho.com/display/Serv...+Documentation
There are several tutorials available online, more or less up to date. A quick search on Google reveals the following:
http://kirk.webfinish.com/2012/06/how-to-configure-pentaho-bi-server-ce-manual-with-postgresql-9-1/
http://interestingittips.wordpress.com/2011/04/27/complete-pentaho-installation-on-ubuntu-part-1/
It should be pretty straight forward. Download, uncompress, setup and run. Maybe a more specific questions can bring more detailed answers.
Related
I'm trying to learn a few things about SharePoint and I would like to figure out what do I have to do to make my content available online so I can access it from my other computer in my work / home so I can add documents to it.
I did some research on how to set up websites on IIS and setting up my DNS host on Windows Server 2012 with some demo html files I've made. I tried to do research online with port forwarding but I can't find info clear enough for me to get the job done.
Could somebody maybe give me some direction on where to look and a checklist on what I need to complete this task? I feel like I'm shooting in the air trying to figure this out. I've never really dabbled in this before.
Here are some resources you might find useful in getting this setup. It's difficult to say exactly what you need to do without knowing what it is you've already done.
I haven't watched through the channel9 video but according to the description it includes how to setup internet facing sites in an on-premise environment.
Providing SharePoint is up and running, it should just be a case of configuring the Alternate Access Mappings for internet access, DNS and Port Forwarding.
https://channel9.msdn.com/Events/SharePoint-Conference/2014/SPC390
https://blog.blksthl.com/2012/12/03/a-guide-to-alternate-access-mappings-basics-in-sharepoint-2013
The final guide to Alternate Access Mappings
Pardon me if this question is not a good fit but i am unable to find relevant material. I have searched across the net and have found many answers but i still want to ask the question.
I am developing a Drupal 7.23 website. It will mostly use views. Not too heavy site. Now, can i host the site on github. We would be two people working on the project and so i thought of using Git. However i am unsure how to do this or if this can be done. hosting the drupal site, the db etc...Can you guide me on this or provide some links...i can carry it from there.
Apologies again if not the right place to ask this question.
GitHub pages could host only static pages, without any database backend.
And generally, GitHub is hosting service for software projects, which means it could help you store your code, but not for websites, because it will not run your code.
I'm trying to use UnboundID's LDAP SDK to fetch contacts present on an LDAP server.
I'm using the VirtualListView(VLV) Control along with Server-side sort in my code and this code works perfectly fine when I tested with a LDAP server configured in my organization.
However, I wanted to setup a local server and add certain contacts/entries to it and test my code with that server. For this, I used OpenLDAP and configured it on Ubuntu 10.04 using instructions from this link: http://www.ghacks.net/2010/08/31/set-up-your-ldap-server-on-ubuntu-10-04/
Now, when I tried getting the contacts, my code does not work as the server I've setup is not supporting VLV. When I perform a simple search, i.e. without any VLV or other paging technique, then I am able to see the results. This means the server is working fine, but not supporting VLV control.
So what I need to know is how can I enable support for VLV or any other required controls for my server?
Please do let me know if anyone knows how to achieve this. Hors of googling hasn't lead to any promising results :(
Thanks & Regards,
Kiran
Question is off topic, should be on serverfault.com, but you have to load, enable, and configure the SSSVLV overlay.
Forget that blog, and all random Internet blogs while you're at it. Have a good look at the OpenLDAP Admin Guide itself, which is where you should have started. I can also recommend a really good reference here, but only because I've used it extensively, not just because Google said so.
I'm looking for good resources to refer to, when configuring geokettle. The docs folder in the installation does not contain a user guide. I have googled for tutorials to no avail. Searching community.pentaho.com does not seem to yield any useful results. The samples folder in the installation contains some examples but I haven't quite found what I am looking for:
For example, pulling data from a database and have it show on a map.
If on the other hand, it is better to use a separate geospatial analysis tool with the community edition of pentaho and integrate to the BI Server, your suggestions are also welcome.
Any form of reference will be accepted.
Rumbi
I dont know for sure but have you tried the forum?
http://www.spatialytics.com/forum/
Also ask them on twitter perhaps: #FORUM_GeoBI
I'm interested in learning JavaScriptMVC. I've gone through Getting Started and a bunch of the official docs, but I learn best by looking at other people's code. I'm not finding much else in the way of tutorials or sample/open source apps using it.
Anyone know of good tutorials or open source apps I can look at to see how it's used in a more complex app?
PS: I'm aware of the Srchr tutorial, but the proxy at work is blocking me from getting the code with getjs. Is there someplace to download it from the web? If not, I'll grab it at home this weekend.
There are some small examples in the end of each article in JMVC documentation (read core - Model, Controller, View). Also read this https://gist.github.com/989117
Ask on JMVC forum. My advice - start building your own app - it will the best tutorial.
Good luck.