Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I created a multilingual website with ( English and french). Both the version are working fine in my Dev environment. but after creating the packages and installed on Staging , my website only points to french version.
any help...
You need to install the language on your staging environment. Sitecore will install items with undefined languages just fine, but they won't work properly until the language is installed and registered.
Can be done from Sitecore Control Panel, Globalization options as I recall.
Make sure the relevant sections of your web.config (and config include) files are the same in both environments (e.g. check <sites> section).
Ensure you have published both languages in your staging environment?
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I have written a service using C++ and Qt framework (QtService). The service should run in the background. I need the service to have a web user interface and can be accessed using web browsers. I mean the service should act as as a web server and output html content to a specific port. I know there are some frameworks that can be used to generate web content in C++, but by taking into account that I am using Qt, I prefer to use Qt features as much as possible rather than a new framework. Any ideas?
I have read about Cutelyst on the Qt blog a few times, which seems an exact fit to your question.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am a big fan of jekyll and know that it can be used to host static sites on github. The question is that from what i know of github provides hosting for static sites, but at the same time it builds and compiles jekyll into static app which is in ruby.
Is there a possibility of writing a custom static site generator in some other language like python or is jekyll the only supported framework ?
The alternative (avoiding the static app part) is Hugo, build in Go (golang.org).
That way, you only work with a local static generator and upload the result to your GitHub Pages.
What I meant what as in jekyll where the app is uploaded and not the static content is there any alternative of that kind or is it possible ?
DirtyF comments and offers an alternative:
Jekyll is the only supported static site generator on GitHub, you can use other generators but have to push the compiled files on your repo.
pages.gitlab.io offers support for more static site generators and you can mirror a repository to GitHub.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I'm new to django, and have a small finished project I'd like to publish online. Is it possible to host my site as a github project page, or do I have to use a service like OpenShift?
You can deploy Django on a physical server or VPS (see the deployment docs). You don't have to use a a platform as a service like OpenShift or Heroku.
It is not possible to host a Django site on Github pages. Github pages is for static sites, whereas Django requires Python to generate pages dynamically.
If you do not want to use OpenShift, but instead would prefer a more python-centric environment, I just discovered PythonAnywhere today. They appear to allow you to host Django websites and you can even use it for the Django tutorial.
Honestly, that may depend on whether you can make a static site using django, because GitHub will work for you if you have a static site.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I have put an updated version of the previous django project on to the server running httpd, wsgi. When I tried to open the site, the server just hang up here, after more than 5 minutes gives me 500 error. I have checked apache error log, nothing suspicious shows up. When I restored the previous version, it works fine.
In the updated version, I only add one application which using rpy2 to do some statistics.
By the way, everything is fine using the development server.
Any suggestions?
If it is the only Python site on that Apache and presuming you are using mod_wsgi, try adding:
WSGIApplicationGroup %{GLOBAL}
The third party module you are using likely has a C extension component which isn't implemented so as to be used in Python sub interpreters.
That directive forces uses of the main Python interpreter.
See documentation:
http://code.google.com/p/modwsgi/wiki/ApplicationIssues#Python_Simplified_GIL_State_API
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
From where to download sitecore 6 starter kit. Link of SDN site does not work?
This link seems to work fine for me.
This link from this page works for me, but you need to be logged in to SDN off course.
If you have access to SDN but you cannot download file using this link This link from this page works. Contact your local Sitecore office, it probably means you have limited rights.
For permissions you have to pass the sitecore exams(Sitecore Developer Foundations for sitecore CMS, .Net Developer certification for Sitecore,...) after that they give permissions to your account.
According to John West, the CTO of Sitecore, they no longer maintain the starter kit.
Note for this link: Yes, you will need to be logged into SDN. No, you will not need to use IE.