Forum archive
Installing LAMP module with questions
Hello everyone.
I am installing considering installing Turnkey Linux on a computer I am reporposed as a server.
I have tried multiple other options, but they are either beyond my scope or not really what I want.
If I install the LAMP modue, can I install multiple CMS modules as well while still being able to writed my own code with my editor without any conflicts? (conflicts such as multiple componets not playing well together)
I want to set up my own test and web development environment. I want it extensile, dependable and stable.
Should I install the LAMP module to bare metal, then add other modules as needed, or would it be better to install in a vmware invironment?
Can vmware be installed first on bare metal, then install Lamp and other modules inside of that? Seems like vmware would have to be installed to a host first ?
I want multiple appliances installed on the machine which will be compatible, extensible and dependable.
I would like to be able to switch between projects and technologies at will. I am new to web development
and could use some advice and knowledge of the community. I am going the self taught route untill I feel confident I can complete a coders boot camp. (Full stack javascript)
I kow there is a lot here, but only answer what you can. All opions welcome, including "constructive" critisism.
I am simply here to learn to help me achive my goals. I would like to learn from you, the backbone of of the kwoledge presented in this community
I thank you all in advance for reading my post
Ron
It does require an x86_64 capable CPU (i.e. 64 bit AKA amd64 - note it's not just an AMD thing, Intel CPUs also support the spec). It also needs what is commonly referred to as "CPU virtual extensions" - VT-x (Intel) or AMD-v (AMD). You need to have a CPU that supports it (most recent CPUs do and almost all AMD CPUs, Intel CPUs older than a few years you may need to check your specific model). That will need to be enabled in your BIOS/UEFI too. Historically usually AMDs have it enabled by default, but Intel needs to be enabled, but I'm not sure if that's still the case.
If you choose not to purchase a subscription, then there is a nag screen on log in, but IMO that's a very small price to pay for such awesome software.
As well as providing full virtualisation (so you can run any OS you like including Windows), it also supports containers. And actually TurnKey are partnered with them so you can install TurnKey containers directly within the Proxmox WebUI! :)
There will be a bit of a learning curve, but the web UI is pretty intuitive IMO and considering it's unique name google should give you pretty relevant results if you're looking for further guidance. Their wiki (docs) are pretty good too.
Because containers are really light weight, you will be able to have a number of containers active so you can use individual LAMP appliances for your tinkering and development. That will ensure that there is no conflicts between any of your apps as they can each have their own container. You can then treat your containers as somewhat disposable which is the way it should be IMO...
I hope that gets you started! :)