Questions tagged [lamp]
The lamp tag has no summary.
13 questions
1
vote
1
answer
66
views
How to sign a document in LAMP environment?
I'm working on a LAMP environment (Linux-Apache-MySQL-PHP) and I need to sign documents (PDF, but maybe in a future, I'll use other formats so I'm interested in a general answer).
These documents are ...
-1
votes
2
answers
480
views
LAMP without PHP [closed]
My question is that is the P part of the LAMP really necessary?
I will have the database and I can connect to it via the appache http so why will I need php/python in the server side (if it is a ...
3
votes
2
answers
384
views
What exactly happens on a LAMP machine when I request a php file?
I am a .NET developer who has recently started working in a LAMP environment. I know that if I go to www.somedomain.com/files/test.php, then (1) DNS resolves the URL to my server (2) my server handles ...
1
vote
1
answer
678
views
Good way to manage database test data?
Standard LAMP stack: CentOS, Apache, PHP, MySQL plus Java (via Google Web Tools), eclipse, mercurial
Currently we have a manual integration step where a feature branch is pushed to a staging server ...
1
vote
6
answers
2k
views
For a web-application, should I programmatically create the database tables or provide a schema file and instructions?
The few LAMP web applications I have installed require me to create the necessary database tables myself, with a schema file, instead of doing it automatically with a script or setup page. Is this a ...
2
votes
6
answers
6k
views
Re-writing a large web application - alternatives to LAMP
We have a very large, 10 year old LAMP (Linux, Apache, MySQL, PHP) web application that is out of control and poorly written due to a large number of patches and possible hundreds of programmers.
If ...
17
votes
7
answers
1k
views
Should I use the language I'm most comfortable in, or the company "standard"
I'm going to be developing an Intranet site for my specific plant, and our company standard for web-development is IIS + ASP.Net + VB.Net + Microsoft SQL Server (note that we have about 10+ plants). ...
2
votes
1
answer
246
views
How to be up to date with the LAMP platform?
Most of times I get to know about the new features too late. It is okay at least I know about them does not matter from where I know But I feel it is too late to know about those features.
I am ...
5
votes
3
answers
3k
views
What and all the areas of Linux a PHP developer should know about? (Like just commands of it or something advanced)
I've developed a website using PHP but I implemented it on Windows OS and hosted it on Windows server.
I just searched the PHP job market to know the on-going technology requirement and to keep my ...
4
votes
2
answers
480
views
Do LAMP/Java-based software development teams have SOE's?
As a developer on the Windows/.NET stack, it's pretty normal for the company-supplied machine to come with Windows (usually an ancient, archaic version like Windows XP) and a stack of software pre-...
0
votes
1
answer
233
views
Whole Solution Complexity ... vs Development Complexity
I am generally a PHP Developer that deals in a few different MVC frameworks. I am being tempted (like most) to break out of my comfortable LAMP environment in pursuit of a "prettier" and "more simple"...
1
vote
4
answers
267
views
Will LAMP meet the following needs?
I remember a few years back, when I had a web-site I wanted to develop, that many people recommended I go the LAMP route. Unfortunately, I never got around to studying/practicing that.
I'm currently ...
7
votes
2
answers
29k
views
Where can I host my JSP+Java Web application? [closed]
My web application is currently written in JSP/Java, using an Oracle DB. I develop on Windows, and I use JDeveloper (Oracle's eclipse clone) and I use JDev's integrated WebLogic Server.
I want to go ...