Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
My project ABC is ready with the following specs required to host it.
• Nginx (with HTTP/2 enabled) 1.18
I have a friend who has an on premise platform with IIS and MSSQL server pre installed. My C# projects are being hosted in that platform.
I am wondering if my new Project ABC can be hosted in the same on premise platform if all the above software are installed.
I have a friend who has an on premise platform with IIS and MSSQL
server pre installed. My C# projects are being hosted in that
platform.
This lead me to believe the on-premise server you use are Windows-based. This can cause some trouble if you want to deploy the stack you mentioned.
Parts of the stack you want to deploy are native to Linux, which lead to many hops to jump through if you do not want/have another layer of virtualization.
Nginx and Redis are the two on top of my mind
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 12 months ago.
Improve this question
I want to connect my reporting services with the SAP HANA database. But I need to know if using this ODBC involves any cost.
You can download the SAP HANA Client package (incl. ODBC driver) on the SAP Development Tools site at no cost. The download is provided under the terms of the SAP Developer License Agreement, which you should carefully check for applicable usage restrictions.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
We have a group of developers and designers, we want to create a single database server to use for everyone for better collaboration. We are running windows and Linux machines. So please give me suggestions how can i build this.
You can run MySQL on either of those types of machines. Go to the MySQL website and download an installer. Also download MySQLWorkbench to do setup after installation. You should be up in a very short time.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Port 80 is forwarded to a server on my network which has links to the different projects I'm working on, how could I allow people to connect to the server running on my laptop when I'm using it? I would obviously not prefer to change my router settings frequently to port forward to my laptop. I want the user to access my domain and maybe have a set of links which will be described as static and another set which will have a description cautioning the user that said links will only work when I am online and they would somehow redirect to my laptop. (Lamp Server)
Well, if I understood correctly your question, you should configure your laptop as a reverse proxy for your main server.
As you said, you should have a set of links which will redirect to your laptop (via reverse proxy config), but of course these links will work only when your laptop is available.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I want to install MySQL server at work. The goal is to give Remote Access to different users. This part is OK. I have granted permission to others users and it worked.
My question is how and where can i install MySQL server so it is not depended on my work computer being on. At my Works network we have common Networks harddisk. If i install MySQL server there, is it gonna be running all the time? or do i need to contact IT in order to install MySQL on the server hosting Our main work database?
thanks for helping.
There are a lot of considerations to be made when installing new servers. If you are going to be running an SQL Server your I.T. Department should know about it. They are also going to be the best people to determine potential security concerns and where it would be most suitably hosted.
When you say you have "common Networks harddisk" I presume you mean a mapped network drive or SMB Shares. This is for data storage and you cannot install anything to there without direct access to the server they are running on.
It is also likely that your company is already running a dedicated SQL Server which you may be able to utilize.
Either way if you have an IT Department, They need to know and they are the only people who can answer this question.
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 7 years ago.
Improve this question
Anyone know about places in the cloud where you can create (virtual) machines (like Amazon EC2) to use for your computing tasks - places that offer a number (at least 5-10) of free machines, if they are used for testing open source projects?
Im not looking for places hosting CI environments like Jenkins, Hudson, TeamCity etc. for free for open source projects. Im looking for a place where I can run some servers where I can setup the open source system itself in a clustered and distributed environment. Then drive a test against that clustered and distributed environment from an automated test (e.g. executed from a CI environment).
I think that Openshift may attend your requirements. Specially if you do not need to have an external port open apart from the http
Would AWS Free tier work for you? I realise it's not really a cluster..
http://aws.amazon.com/free/