About the phpstorm development environment

Asked 1 years ago, Updated 1 years ago, 99 views

Currently configured as virtualbox+vagrant+centos7
Build a development environment on the local pc (on Windows 10)
I am managing wordpress with an apache.

I was thinking of introducing phpstorm this time, but
Is it not common to install on centos?
Because even if I search various things, I can find information to install on ubuntu.
There is very little information to install in centos
There was a lot of information to install on Windows and manage it remotely. I am asking you a question.
I would appreciate it if you could tell me about your experiences in a similar environment.

As I looked into it, the following questions arose and I would like to hear your opinion.
Centos is currently accessed via putty, editing in vi, atom, etc.
I'm doing it, but when I move phpstorm with centos,
Is it necessary to start centos in gui mode?
Or launch only phpstorm from terminal (putty)
Is it possible to do this?

Also
compared to launching phpstorm on Windows and remoting it to virtualbox centros Which is less burdensome for memory or cpu?
For me, it's better to complete within centos to have php, apache, centos, and other environments
It was consistent with the actual production, and the burden of cpu, memory, etc. seemed to be less
I looked up the installation instructions in centos.
I would appreciate it if you could insert any errors in authentication around here.
I'm sorry for the long sentence.
Thank you for your cooperation.

centos windows-10 phpstorm

2022-09-30 21:26

2 Answers

Do I need to start centos in gui mode?

Required

Is it not common to install on centos?

It's a normal usage.Follow install-linux-tar.txt and it will work.

Also
compared to launching phpstorm on Windows and remoting it to virtualbox centros Which is less burdensome for memory or cpu?

Virtualbox is running, so I think it will be heavy no matter which way you install it, but I think it would be better to install it on Windows.
(We recommend that you install centos directly on pc to create a development environment.)


2022-09-30 21:26

It seems unusual to install PhpStorm on CentOS.
Ubuntu may have been able to find examples of everyday host OS desktop environments.

I understand that RNeJRHXaFXmjY is building a so-called local development environment in Vagrant, but is the main pattern of coding environments that usually use the local development environment as follows?

Preparing a desktop environment in a virtual environment and coding with IDE is quite acrobatic, but I think it's probably because of the overhead that you consume more resources such as memory and CPU, especially when you use the mouse.

Using Intellij as RemoteX Windows App-Ilya Kazakevic-Confluence
There might be a way like this.I haven't actually tried it, but I think it would be better to use it around MobaXterm.


2022-09-30 21:26

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.