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
$ tar -zxf nexus-2.13.0-01-bundle.tar.gz
$ 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
$ git clone https://github.com/ltsopensource/light-task-scheduler
Prepare
JDK
Maven
Zookeeper
MySQL
Build
$ 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 ~...
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