1.开始准备,去甲骨文网站下载jdk。
因为我是64系统,所以下了X64的版本。
2.配置jdk的环境变量。
在命令行中sudo gedit /etc/profile
#set java environmentJAVA_HOME=/home/shidoudou/123/jdk1.7.0_45export JRE_HOME=/home/shidoudou/123/jdk1.7.0_45/jre export CLASSPATH=.:$JAVA_HOME/lib:$JRE_HOME/lib:$CLASSPATHexport PATH=$JAVA_HOME/bin:$JRE_HOME/bin:$PATH
重启电脑在命令行中输入 java -version,察看安装完全不,如果别行。
sudo gedit /etc/environment
PATH="home/shidoudou/123/jdk1.7.0_45/bin"CLASSPATH=",home/shidoudou/123/jdk1.7.0_45/lib"JAVA_HOME="home/shidoudou/123/jdk1.7.0_45"
注: Path中自带我没有粘贴上来。
如果gedit没有安装。sudo apt-get install gedit就好了。
3.下载webStrom,解压。
把webstrom加入环境变量
PATH="home/shidoudou/123/WebStorm-131.202/bin;home/shidoudou/123/jdk1.7.0_45/bin"
就变成这样了。
然后我在修改了idea.properties中几个参数,
idea.config.path=${shidoudou.home}/.WebStorm/config
idea.system.path=${shidoudou.home}/.WebStorm/system
但是我刚才注释掉了,结果导致不能自定义webstrom启动时缺省目录。
最后一步,启动软件
sh webstorm.sh
就跟windows界面一样了。
后面我贴处压缩包里面的安装向导文件,给有用的人参考下。
WebStorm INSTALLATION INSTRUCTIONS=============================================================================== Linux Installation Instructions ------------------------------------------------------------------------------ 1. Unpack the WebStorm distribution archive that you downloaded to where you wish to install the program. We will refer to this destination location as your {installation home} below. 2. Open a console and cd into "{installation home}/bin" and type:./webstorm.sh to start the application. 3. [OPTIONAL] Add the "{installation home}/bin" to your PATH environmental variable so that you may start WebStorm from any directory. 4. [OPTIONAL] To adjust the value of JVM heap size open webstorm.vmoptions (webstorm64.vmoptions for 64-bit JDK), and modify the -Xms and -Xmx parameters.[OPTIONAL] Changing location of "config" and "system" directory ------------------------------------------------------------------------------ By default WebStorm stores all your settings under ~/.WebStorm7/config directory and stores data cache under ~/.WebStorm7/system directory. If you want to change these settings, 1. Open a console and cd into "{installation home}/bin" 2. Open file "idea.properties" in an editor. You should find strings like idea.system.path=~/.WebStorm/system and idea.config.path=~/.WebStorm/config and change them. 3. Note that we recommend to store data cache ("system" directory) at a disk with at least 1G bytes free spaceEnjoy! -WebStorm Development Team
默认phpstrom可以试用30天,(我已经用了一天)。接下来先运行phpstrom,然后点击“help"菜单。
在help下拉菜单中选择Register。
在d出的窗口中首先选择激活方式为”License Server"。
然后在下边的编辑框,输入如下图所示的LIcense Server地址。然后点击Active按钮。
这时候phpstorm会出现如下图所示的提示,说明激活成功。
这时候,再查看帮助信息或者重启,都可以看到激活信息。
如果有实力还是推荐官方获取激活码,这时候可以将这种激活方式的信息点击“remove license"移除掉。看过后很简单吧,如果还有不明白的,可以在后盾人找找答案,我就是这样做的。希望能帮到你。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)