Portable WAMP package? - wamp

is there anyway that i can use PHP, mySQL, apache, phpmyadmin on a USB on a windows 7 computer? Reason for asking is that I don't have enough rights to install packages like XAMPP on a computer and i want to test some php code files.
Thanks.

A few years forward...Try uWamp http://www.uwamp.com/en/
It's light-weight and doesn't need installation, therefore it can run from flashdrive.

USBWebserver is discontinued but i'm still using it

Related

Why Ubuntu is highly recommended for uWSGI and Nginx installation?

I am new to Django integration with uWSGI and Nginx. Most of the tutorials in internet requires Ubuntu to test it.
I am on Windows, Does they work in Windows ?
If not should I install Ubuntu / Linux OS to work with it ?
There are a couple of reasons why Ubuntu/Linux is recommended:
NGINX itself has some known issues if running on Windows. It is generally recommended to run it on *NIX systems
Ubuntu is the most popular Linux distribution
You can easily install/run NGINX without issues on virtually any Linux distro, but the number of tutorials for Ubuntu specifically will be prevalent due to its popularity.
That said, I personally choose CentOS/RHEL as it's more targeted towards enterprise/security, which sounds like something quite needed for web hosting.

raspbian (rasp pi 3) connection to database (mysql / mariadb)

I am stucked.
I am relative neewbie in Linux with some previous exp. in php programming.
I want write a script with my raspi pi 3, qt, and databases.
I am unable to get database connection work.
all tutorials are counting either with cppconn, libmysqlclient(-dev), mysql.h.
Non of that I am able to get on to my Raspi.
I have MariaDB installed and configured, I also installed mysql, and mysql-common.
And that where I stucked.
Unable to build the script in C++, because mysql.h is missing.
Can you please help me out of this situation?
Thank you!
As #Martin Bonner said - https://dev.mysql.com/doc/connector-cpp/en/connector-cpp-installation-source.html this was solution for my problem. I installed this package on Linux with apt-get install lmysqlcppconn.
I also make sure that all source are in /usr/include/

Does Installer Need an Internet Connection?

I have a Windows machine that I want to install Python (2.7) on.
That machine is not connected to the internet and never will be.
Hence the question: If I download the thing that the python site
calls the installer and copy it to that machine, will that be
enough to install python? Or does the installer need internet
access, like so many "installers" these days?
(Yes, I could just try it. Got a very slow connection...)
Anyone happens to know the answer to the same question regarding
wxpython that would be great.
Thanks.
If you mean python installer for windows, yes it's enough and installer doesn't need internet connection, but if you want to install another modules through pip you will need internet connection.

Is there any website which offers Coldfusion Cloud IDE?

I'm looking for something similar to https://kodingen.com/
Thanks
Have you tried the updated Kodingen, Koding? They give you a full Ubuntu VM now, with root!
After a bit of Googling for ColdFusion on Ubuntu, i see a lot of options, so check it out! I'm sure it will run on Koding :)
You could run tmux, and inside tmux run something like vim, with a CFML library. This in turn would allow you to ssh in from anywhere into a machine (such as a VPS or cloud machine) in which you could do all of your development.

What is the difference between installing WampServer versus components

What are the differences between installing an Open Source package that I found called WampServer versus installing each component separately (Apache, PHP, MySQL)?
I will be installing this on a Windows 7 laptop which is for development purposes. The production machine is Linux although I've never had problems in the past just picking up my php code from a Windows machine and putting it on a linux machine.
Thanks ahead of time for the replies.
Wamp is for quick setup of a developement enviroment. Wamp is also configured on a low security level. If you have an other production system, there is no need to install all the components separately.