I've developed an web application with Playframework 2.1 and I want to deploy it in a VPS with only 128MB of RAM Memory. I was hopping that I could use the same VPS to other web sites (using Apache 2) but I don't know how to do this. I have the play project and another web site using only html to deploy on the same VPS. Like I said in the title, I'm using CentOS 6 (but I can use other OS if it is best, like Ubuntu).
In other words, I need help to configure Virtual Servers, proxys, etc. to different web sites in the same machine. I've already looked at Play Documentation but it's not enough.... If someone could help I would be appreciated.
Thanks
Related
I am learning Magento and working on a e-commerce based project. I wanted to host the website on Azure. I an not able to find any suitable documentation that can help me to design the architecture for Magento on Azure. I am looking recommendation for server configuration, OS - Ubuntu or RedHat and different environment setup. Any recommendation or pointer will be really helpful.
Thanks in advance.
Rajesh
I am new in linux hosting.
I want to host my .net core app on azure ubuntu 16.0 hosting.
by following some articles i get success in deployment, but the site is not loading css,js & images in other words we can say it not loading any static files.
here is IP of my site : http://13.85.26.168/
Now it solved, I follow two links
This two links are very useful, follow first one and 2 for installing .net core
https://www.meziantou.net/2017/04/25/publishing-an-asp-net-core-website-to-a-linux-host
https://pioneercode.com/post/developing-a-net-core-site-in-windows-and-deploying-it-to-a-budget-linux-host
Make sure you read all steps and understand and then follow.
Thanks
we have a web site built on PHP + MongoDB. And we want to provide this as a self-hosted solution. This way we have to ask our customers to install a web-server, PHP, some extensions, MongoDB with PHP drivers, etc. It is not a big issue for any Pro linux administrator, but it becomes a hell if the customer doesn't have a linux specialist.
Is there is a way to pack all applications with configs into one single app ready to launch in «one click» (like WAMP for Windows)?
I am wondering if you can deploy Meteor apps to a Windows based Wampp stack... Such as The Uniform Server.
I am wanting to upgrade a project to Meteor that is running on a small internal network. I plan on using the existing mysql database.
I'm not quite sure on how deploying works. I know it creates a tarball, but does this just unzip into the www folder on the server? I will also have Node installed.
I'm new to this whole node.js environment. That's not an actual server that can be used for production is it? It's a bit confusing. I've only ever used wampp stacks. I can't use anything but windows, so Linux is outta the question for a server.
Thanks in advance.
L.
WAMP stands for Windows, Apache, MySQL, and PHP.
Meteor uses Node.js, not PHP.
Support for other databases are coming - See the roadmap
See this question
NodeJS apparently works on Windows - here are the two top Google links.
tl;dr No
For work, I need a free web server system to host a few web apps that I will develop. The server will be installed on Windows. The apps will need to be able to access a bunch of files on the intranet, and massage them. Mostly 10 people at same time will be using the apps. I would prefer to write code in .NET as it contains many great APIs, but I am not sure if the latest IIS Express has any major restrictions (number of clients connected to web server or database, etc.).
The other web servers I looked at (which are not .NET) are:
glassfish - seems that many are switching from it since Oracle stopped supporting it
wamp servers - there are many, the other day I installed wampserver and wrote an app in PHP to see how good it is. I must say PHP was very slow accessing my intranet files and processing them.
oracle weblogic server - never used it and have no idea how good it is
tomee - seems to be new and I do not know how good it is for web application development
I am wondering what do you recommend?
Thank you
first of all I very invested in TomEE. That here here is my feedback:
weblo, TomEE and GlassFish are java servers where wamp is a php/httpd one. Depending what you target it can be enough to make a choice (investment for java is more important than php).
If you choose java then weblogic is not free AFAIK.
Then TomEE is very close to TomEE giving you just all the power you need for web development so it is a safe choice (you'll benefit from a lot of integration and tools for free).
GlassFish is not bad by itself and the best way to select one server is to test it with a small app in your environment IMO.