Redmine IIS7 installation - iis

Has anybody here ever managed to do it?

Try this: Installing Redmine on Windows in production

Have you tried the Bitnami version?

Related

Bitrix24 Virtualbox installation

has anyone else had a similar problem? I'm trying to install Bitrix24 virtual machine downloaded from official website on Virtualbox, but as I do, I run into this error "Please delete legacy parameter mbstring.func_overload.", however, accessing php.ini file from CentOS it shows that the parameter is commented to be disabled. The same error pops up if you make it a value of 0. Anyone has a solution?
Nevermind, found the solution myself. If anyone faces the same problem just do the following steps:
Create a new Virtualbox machine with the Bitrix Virtual environment;
Create a server;
Update it to 7.4.4, which is the current latest stable version and already has the mbstring.func_overload removed;
You can start the installation, you should not run into the same problem again.
I have the same issue and just update the version of Bitrix to 7.4.4, problem will be solved.
For people who is not aware how to update
How to update
Login using SSH
Configure localhost settings
Update
that's all

How to deploy Cordova app to remote machine?

Good day!
I have some server with nodeJs and i want easy deploy my code to remote machine.
Case: simple netbook with Lubuntu+VisualStudio Code->run->delpoy to server (Ubuntu Server 14.04).
May be some solutions exists?
Thank you!
P.S. possible this may can help? build cordova by ssh
P.S. i change theme, because old theme is not 100% valid.

Installing Apache solr Centos 5 Dedicated server

I have a CentOS 5.6 Dedicated server with the MySQL and Apache installed on it. I want to install Apache solr on it.
Does anyone know what is the best way to do it and is there any step by step tutorial that will show me how to do that.
You can check this one Installing Apache Solr on CentOS
you can see this on http://janaksingh.com/blog/apachesolr-search-drupal-centos-107

SVN hosted on windows to access from linux

SVN is hosted on a windows machine & i need to access it from a linux shell script. Please can anyone help me on this. any help would be appreciable. Thanx
I think you can use the same way as usually. Here is a good Cheat Sheet.
Did you try the command svn help ? If you get an error message that means svn is not installed on your linux machine. So you have to install it first. Google install svn ubuntu or whatever your linux distribution is.
Then you have to checkout the code from your windows machine. The command is svn checkout "/path/to/source/code/"
Then you can use the usual svn commands. The cheat sheet suggested by Sebastian is a good start.
Maybe you are looking for an equivalent TurtoiseSVN under windows for Linux (I hope I've understood your question correctly!). If this is the case, have a look at this post:
http://www.linuxquestions.org/questions/linux-software-2/tortoise-svn-equivalent-in-linux-645058/

Why Intelligencia.UrlRewriter not work with iis6?

Intelligencia.UrlRewriter work with ASP.NET development server but not work in IIS6.
what is the problem?
It does work with IIS6
I suspect you are trying to do extensionless rewriting with it - this will not work it iis6
I suggest having a read of this by Scott Guthrie:
http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx
you need to install it first when you deploy it on IIS6. Try this installation guide below: http://urlrewriter.net/index.php/support/installation

Resources