From 39ced4bacd1ff419f3fffc864e7bb602d1313715 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Thu, 20 Jul 2023 11:19:56 +0800 Subject: [PATCH] readme --- .github/workflows/developer_ci.yml | 12 +++++++----- .github/workflows/push.yml | 6 +++--- README.md | 8 +++++++- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/.github/workflows/developer_ci.yml b/.github/workflows/developer_ci.yml index 41891c7c..4c564595 100644 --- a/.github/workflows/developer_ci.yml +++ b/.github/workflows/developer_ci.yml @@ -35,8 +35,6 @@ jobs: echo $version echo "::set-output name=version::$version" echo "VERSION=$version" >> $GITHUB_ENV - echo ${{ secrets.DOCKER_USERNAME2 }} - echo ${{ secrets.DOCKER_PASSWORD2 }} - uses: mr-smithers-excellent/docker-build-push@v5 name: Build & push Docker image @@ -47,8 +45,8 @@ jobs: registry: docker.io dockerfile: appmanage/Dockerfile directory: appmanage - username: ${{ secrets.DOCKER_USERNAME2 }} - password: ${{ secrets.DOCKER_PASSWORD2 }} + username: websoft9admin + password: Qiaofeng@1227 ci-test: needs: build-image @@ -68,6 +66,10 @@ jobs: - name: Checkout source branch run: git checkout ${{ steps.source_commit.outputs.commit }} + - name: Install + run: | + wget https://websoft9.github.io/websoft9/install/install.sh && bash install.sh online + - name: Test run: | - cat README.md && cat version.json + echo "Test" diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 9ee05a51..78042d60 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -6,13 +6,13 @@ on: - main jobs: - build: + ci-test: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 - - name: Test + - name: Install run: | - cat README.md && cat version.json + wget https://websoft9.github.io/websoft9/install/install.sh && bash install.sh online diff --git a/README.md b/README.md index 0b91a5f5..a35febfd 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Instead of reinventing the wheel, we integrate the best open source products int - [Redis](https://redis.io/): The open source, in-memory data store - [Appmanage](https://github.com/Websoft9/websoft9/tree/main/appmanage): API for manage docker compose based application powered by Wesoft9 -# Install +# User Guide ## Installation @@ -61,6 +61,12 @@ sudo su curl https://websoft9.github.io/websoft9/install/update.sh | bash ``` +## Getting Started + +Using local Chrome or Firefox to visit the URL http://domain:9000 name or http://Internet IP:900, you will enter the websoft9 + +> Login using the username and password of the Linux operating system + # Contributing - websoft9 appmanage