同一環境下執行多個版本的Grails
Typically you have your grails installed into some directory, created environment variable GRAILS_HOME and you are ready to go.
But what if you have few projects with different grails versions? You can have different reasons for that, but nevertheless you need it.
Here is short tip how this process can be simplified, example for linux (Ubuntu).
Usually I install all applications to /usr/local/. Lets try to work with two grails versions 2.0.0 and 2.1.1(latest for this period)
So after unpacking we have
/usr/local/grails-2.1.1Lets create link to any version of grails
But what if you have few projects with different grails versions? You can have different reasons for that, but nevertheless you need it.
Here is short tip how this process can be simplified, example for linux (Ubuntu).
Usually I install all applications to /usr/local/. Lets try to work with two grails versions 2.0.0 and 2.1.1(latest for this period)
So after unpacking we have
CODE:
/usr/local/grails-2.0.0/usr/local/grails-2.1.1Lets create link to any version of grails
CODE:
ln-s/usr/local/grails-2.1.1 grails來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/301743/viewspace-745381/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- WAMP環境下如何安裝執行多個網站網站
- 多 PHP 版本共存的環境下安裝 Swoole 到指定版本PHP
- 多執行緒環境下 PyQtGraph 繪畫解決方案執行緒QT
- Java9系列第三篇-同一個Jar支援多JDK版本執行JavaJARJDK
- linux中安裝多個python版本環境LinuxPython
- Java指令重排序在多執行緒環境下的應對策略Java排序執行緒
- Windows多版本Python環境下修改預設Python和IPython版本WindowsPython
- 靜態變數在多執行緒環境下的初始化是執行緒安全的嗎?變數執行緒
- WIndows環境配置多版本JavaWindowsJava
- 搭建一個本地 Laravel 執行環境Laravel
- 大資料執行環境的執行大資料
- 分享MacBook下laravel多版本docker開發環境配置方案MacLaravelDocker開發環境
- windows 系統下 workerman 在同一個執行視窗中開啟多個 websocket 服務WindowsWeb
- python多版本與虛擬環境Python
- Java 8 for mac(Java 執行環境)更新331版本JavaMac
- 阿里雲下利用寶塔運維配置Django執行環境(多站點)阿里運維Django
- c# 多執行緒環境下控制對共享資源訪問的辦法C#執行緒
- JavaScript執行環境與執行棧JavaScript
- Webpack下多環境配置的思路Web
- docker下springboot的多環境配置DockerSpring Boot
- springboot多環境下如何進行動態配置Spring Boot
- centos7 下安裝laravel 執行環境CentOSLaravel
- CentOS 7 下安裝 nginx + PHP 執行環境CentOSNginxPHP
- 簡單安裝PHP在Linux下的執行環境PHPLinux
- python下多環境開發(虛擬環境)Python
- 使用此開源視窗環境一次執行多個控制檯
- 一套測試用例如何實現支援多個環境執行
- laradock swoole 執行環境
- openGauss-執行環境
- linux執行環境&命令Linux
- 在同一臺計算機中執行多個MySQL服務計算機MySql
- PyCharm 使用 Anaconda 管理多版本 Python 環境PyCharmPython
- 附001.Python多版本環境管理Python
- 華納雲:ubuntu環境下怎麼執行dockerUbuntuDocker
- 作業系統的執行環境作業系統
- Linux 環境下 PHP 專案基礎執行環境搭建(PHP 7.3.6 + MySQL 8.0.16 + Nginx)LinuxPHPMySqlNginx
- 1-1 JavaScript執行環境 執行棧JavaScript
- 搭建本地執行Hadoop環境Hadoop
- 【譯】JS執行時環境JS