Sound like a setup issue with the turnkey vm. Did you try reaching out to them?
Type: Posts; User: SteveB
Sound like a setup issue with the turnkey vm. Did you try reaching out to them?
In TCS, we added "semi-private" pages to support exactly that use case. Semi-private pages can be read, but are not visible in the navigation or search results. That feature does not exist in...
10.1.4 only has LDAP fixes afaik. I don't think there was a fix for uploading files. Are you referring to the flash or classic uploader?
IIRC, the lucene uses localhost when indexing the page.
Take a look at embedding JS directly from Google samples. It will give you more flexibility as well.
The hostname is dynamic. Whatever is used to reach the server is valid. So if you don't use the hostname in the cache key for pages that contain links, then it's possible for one user to see page...
You can probably target that link with a bit of CSS and hide it that way.
We like AWS. :)
I don't think it is anymore. PageBus was developed by TIPCO and abandoned years ago. I still have a copy of their dev docs as a PDF though if you need it.
You could run the extension explicitly: http://scripts.mindtouch.com/pagebus.xml
Depending on which version you're using: Deki.publish(), Deki.subscribe(), and Deki.query() should be available as official alternatives. Though, I'm not seeing them on TCS at the moment. They may...
I'll need to investigate. Where are you using it: Platform or TCS?
IIRC, just delete the license.xml file and restart the application. It will then switch to Core mode that is free.
Yes, that sounds correct.
What I'm saying is that you're supposed to use group membership, not roles, to achieve your goal. And yes, there is an API endpoint for every operation possible through the UI as well.
There is no way to associate a specific role to a user. However, I know that the LDAP integration automatically manages group memberships as well. That way, content can be managed by groups, which...
The software works in 2 modes: MindTouch Core, which is free and MindTouch Platform, which is commercial. The commercial version has a 30 day trial license. The OSS version is free indefinitely.
You could create a group that has no permissions beyond LOGIN on the site and then grant READ to that group to only those pages that you want them to see.
All indexing, except plain text files, is handled with iFilters on Windows.
You need to use site.hostname as part of the cachekey (e.g. site.hostname .. cacheId). It seems like what you're getting is the version that was rendered for the search engine, which fetches content...
Files are not stored in the database, since the db is not good at storing large files. Instead, they are stored on disk (usually in /attachments). It sounds like you may either not have copied them...
Upgrades are automatically applies when you run on a newer version. Rarely does it require manual steps. That said, 8.08 is VERY OLD (and it's not TCS since that is hosted only). You might run...
If you move your DB to Amazon RDS, you can configure it to give you automatic restore capabilities to any point in time for the past 36 hrs and then daily snapshots for 30 days. We use it for all...
It looks like DreamHost was started, but the it didn't start the API service as expected. What version were you trying to run?
Is that still a problem in 10.1.4? I know it's not an issue on TCS.