Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
blackstar-baba committed Oct 13, 2020
1 parent 2f12cbc commit 5d44c9b
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 1 deletion.
72 changes: 71 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,73 @@
## Hello, Software Lab
# Software Lab

The software laboratory is a SaaS application based on container technology, and all kinds of basic components can be obtained in a few simple steps

## Development

### Preparation

`Jdk1.8+`, `maven3.2+`, `Docker CE`

## Installation

Currently supports MacOS, Linux (CentOS), and plans to support Windows in the future

### Premise

Install java and DockerCE version

### Start

Compile the source code to get the compressed package or download the installation package directly to decompress

```
unzip /path/to/softwarelab-xx.zip -d /target/path
```

Execute start command

```
./target/path/softwarelab/bin/startup.sh
```

## Use

Use a browser to open the address `http:https://ip:8080/`, the default username and password: ʻadmin/123456`

//todo add video

### Restart

```
./target/path/softwarelab/bin/restart.sh
```

### stop

```
./target/path/softwarelab/bin/shutdown.sh
```

### View log

```
tail -f /target/path/softwarelab-xx.log
```

### FAQ

//todo

## Future plan

//todo
51 changes: 51 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# 软件实验室

软件实验室是一个基于容器技术的SaaS应用,只需简单几步就可以获取各类基础组件



## 开发
### 准备
`Jdk1.8+``maven3.2+``Docker CE`

## 安装
当前支持MacOS、Linux(CentOS),计划后期支持Windows
### 前提
安装java和DockerCE版本
### 开始
编译源码获取压缩包或直接下载安装包,进行解压
```
unzip /path/to/softwarelab-xx.zip -d /target/path
```
执行启动命令
```
./target/path/softwarelab/bin/startup.sh
```

## 使用
使用浏览器打开地址`http:https://ip:8080/`,默认用户名密码:`admin/123456`

//todo add video

### 重启
```
./target/path/softwarelab/bin/restart.sh
```

### 停止
```
./target/path/softwarelab/bin/shutdown.sh
```

### 查看日志
```
tail -f /target/path/softwarelab-xx.log
```

### FAQ
//todo

## 未来计划
//todo


0 comments on commit 5d44c9b

Please sign in to comment.