# readyForArmServer **Repository Path**: flowas/readyForArmServer ## Basic Information - **Project Name**: readyForArmServer - **Description**: 收集一些可以在arm架构server上运行的服务端软件 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-04-14 - **Last Updated**: 2023-01-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # readyForArmServer # 硬件环境 arm64架构单板电脑,目前验证过的单板电脑是[bubblegum96](https://item.taobao.com/item.htm?spm=a230r.1.14.1.TzKRY2&id=528685151707&ns=1&abbucket=11#detail),可以要求卖家发预装debian的货,debian中自带openjdk8。 # 行业软件 描述特定行业常用软件的配置和运行方法。 ## Java语言软件开发团队 本人是做java开发的,所以首先配置下自己行内的一些软件。 ### Eclipse 安装方法:去[debian](https://www.debian.org/distrib/packages)搜索eclipse,然后[下载](https://packages.debian.org/jessie/all/eclipse/download),再执行如下命令: * sudo dpkg -i ./eclipse_3.8.1-7_all.deb * sudo apt-get -f install 更新的eclipse版本如Neon需要自己从c代码构建可执行程序,本人不是c程序员,构建不了,有兴趣者可以去[这里](https://github.com/eclipse/rt.equinox.framework/tree/master/features/org.eclipse.equinox.executable.feature/library)下载代码。 ### Tomcat 下载[apache-tomcat-8.0.33.tar.gz](mirrors.noc.im/apache/tomcat/tomcat-8/v8.0.33/bin/apache-tomcat-8.0.33.tar.gz)然后解压运行即可。 在Tomcat上可以运行如下软件: #### Maven私有服务Nexus 下载[nexus-2.12.1-01.war](https://sonatype-download.global.ssl.fastly.net/nexus/oss/nexus-2.12.1-01.war) #### 代码服务器gitblit 下载[gitblit-1.7.1.war](http://dl.bintray.com/gitblit/releases/gitblit-1.7.1.war) # 个人服务器 若把单板电脑当做服务器,预装debian系统的单板电脑只需插上电源线即可提供服务。
使用步骤如下: * 打开路由器查看已经连接的设备,找出单板电脑(名称可能类似于“linaro-alip”)的ip地址。 * 在windows系统下下载[putty](http://www.putty.ws/)连接单板电脑。 * 在linux系统下直接输入ssh -l ${login_name} ${host_ip}命令即可连接。 * 连上单板电脑就可以像普通linux服务器一样进行操作了。 # 应用例介绍 * [在sd卡上部署nexus和gitblit](usecases/nexusGitblit/description.md) * [在没有显示器和不能访问交换机的局域网中获取bubblegum的ip地址](usecases/lcd2usb/showIpAddress.md) # QQ群 随身计算机交流群:392359836