An open API service indexing awesome lists of open source software.

https://github.com/anduin2017/anduinos-home

Source code of the homepage of AnduinOS.
https://github.com/anduin2017/anduinos-home

Last synced: about 1 year ago
JSON representation

Source code of the homepage of AnduinOS.

Awesome Lists containing this project

README

          

# AnduinOS Homepage

![Man hours](https://manhours.aiursoft.cn/r/gitlab.aiursoft.cn/anduin/anduinos-home.svg)

Source code of the [homepage of AnduinOS](https://anduinos.com)

## Run in Docker

First, install Docker [here](https://docs.docker.com/get-docker/).

Then run the following commands in a Linux shell:

```bash
image=hub.aiursoft.cn/anduin/anduinos-home
appName=anduin-home
sudo docker pull $image
sudo docker run -d --name $appName --restart unless-stopped -p 5000:5000 $image
```

That will start a web server at `http://localhost:5000` and you can test the app.

The docker image has the following context:

| Properties | Value |
|-------------|----------------------------------|
| Image | hub.aiursoft.cn/aiursoft/manhours|
| Ports | 5000 |
| Binary path | /app |