Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Sep 26, 2024
1 parent dea1105 commit 0bae160
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-20.04', 'ubuntu-22.04']
os: ['ubuntu-20.04', 'ubuntu-22.04', 'ubuntu-24.04']

runs-on: ${{ matrix.os }}
name: ${{ matrix.os }}
Expand Down
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
# OpenCPU Cloud Server

This repository contains the sources for the opencpu server (aka cloud server). It consists of the following packages:

* `opencpu-server` - rApache based opencpu API server
* `opencpu` - Alias for `opencpu-server`
This repository contains the sources for the `opencpu-server` package, aka cloud server.

## Server manual

The [server manual](http://opencpu.github.io/server-manual/opencpu-server.pdf) is the primary reference for installing and managing the OpenCPU server.

## Prebuilt binaries

Installation repositories are available for recent versions of:
Installation repositories are available for recent versions of Ubuntu at https://www.opencpu.org/download.html

- [Ubuntu](https://www.opencpu.org/download.html)
- [Fedora](http://software.opensuse.org/download.html?project=home:jeroenooms:opencpu-2.2&package=opencpu)

For other systems (e.g. Debian, CentOS) the installers are available from the [archive](https://archive.opencpu.org/) server.
For other systems (e.g. Debian, CentOS) the installers are available from the docker images.

## Building from source

Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
opencpu (2.2.13-noble1) noble; urgency=low
opencpu (2.2.13-noble2) noble; urgency=low

* Debian package with OpenCPU software. See www.opencpu.org

Expand Down
6 changes: 3 additions & 3 deletions debian/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ Download the opencpu-server sources from Github:

```sh
cd ~
wget https://github.com/opencpu/opencpu-server/archive/v2.2.tar.gz
tar xzf v2.2.tar.gz
cd opencpu-server-2.2
wget https://github.com/opencpu/opencpu-server/archive/master.tar.gz
tar xzf master.tar.gz
cd opencpu-server-master
```

Install build dependencies from within `opencpu-server` source dir (requires root):
Expand Down

0 comments on commit 0bae160

Please sign in to comment.