Ubuntu Phabricator
部署
Config apache
Config mysql
More…
部署
大部分操作都需要root权限,建议切换至超级管理员操作。
cd /var/www/
运行此 shell 脚本
#!/bin/bash
confirm() {
echo "Press RETURN to continue, or ^C to...
2018-08-14 05:46:27 |
Ubuntu
Ubuntu Nexus
Download
download
A bundle with Jetty, only need JRE. I choose this way nexus-2.13.0-01-bundle.tar.gz;
Unzip
t a r − z x f n e x u s − 2.13.0 − 01 − b u n d l e . t a r . g z ls
nexus-2.13.0-01 nexus-2.13.0...
2018-08-14 05:46:27 |
Ubuntu
Ubuntu MySQL backup
mysql开启日志功能
备份还原
mysql开启日志功能
查看是否开启
mysql> show variables like 'log_bin';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| log_bin | OFF |
+--...
2018-08-14 05:46:27 |
Ubuntu
Ubuntu Maven
下载
下载
Ensure you has install jdk before!
download
wget http://apache.fayea.com/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz
unzip
$ tar -zxf apache-maven-3.3.9-bin....
2018-08-14 05:46:27 |
Ubuntu
Ubuntu LTS
下载
部署 LTS-admin
下载
Download
g i t c l o n e h t t p s : / / g i t h u b . c o m / l t s o p e n s o u r c e / l i g h t − t a s k − s c h e d u l e r P r e p a r e J D K M a v e n Z o o k e e p e r M y S Q L B u i l d pwd
/ho...
2018-08-14 05:46:27 |
Ubuntu
Ubuntu Jenkins
下载
下载
Download
download jenkies
Copy it into tomcat
cp jenkins.war ~/tool/tomcat/tomcat9/webapps/
Rename it as ROOT.war
mv jenkins.war ROOT.war
Start tomcat
./startup...
2018-08-14 05:46:27 |
Ubuntu
Ubuntu JDK
下载
download from the html
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
copy it into target place
houbinbindeMacBook-Pro:~ houbinbin$ cd ~/Downloa...
2018-08-14 05:46:27 |
Ubuntu
Ubuntu Git
下载
下载
$ apt-get install git
Reading package lists... Done
Building dependency tree
Reading state information... Done
git is already the newest version.
0 upgraded, 0 newly installed, 0 to ...
2018-08-14 05:46:27 |
Ubuntu