Skip to content

Commit

Permalink
Merge pull request #20 from timed-and-secured-assets/final
Browse files Browse the repository at this point in the history
Final
  • Loading branch information
Epd02 committed Feb 18, 2024
2 parents 0b4465c + 4862fa5 commit a50ad29
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 1,195 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/formr-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Setup Enviroment
run: |
echo "IMAGE_TAG=$REGISTRY/$NAME:${GITHUB_REF##*/}" >> "$GITHUB_ENV"
echo "IMAGE_TAG=$REGISTRY/$NAME:${GITHUB_REF##*/}-snapshot" >> "$GITHUB_ENV"
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opencpu-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Setup Enviroment
run: |
echo "IMAGE_TAG=$REGISTRY/$NAME:${GITHUB_REF##*/}" >> "$GITHUB_ENV"
echo "IMAGE_TAG=$REGISTRY/$NAME:${GITHUB_REF##*/}-snapshot" >> "$GITHUB_ENV"
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand Down
234 changes: 0 additions & 234 deletions MANUAL_INSTALLATION.md

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ Combined with norm data etc. you can tailor feedback to the user's input, e.g. s

## Installation

If you want to test formr, you can simply clone this repository and follow the [instructions](https://github.com/rubenarslan/formr.org/blob/master/INSTALLATION.md).
If you want to test formr, you can simply clone this repository and follow the [instructions](https://github.com/timed-and-secured-assets/formr.org/blob/master/install/INSTALL.md).

If you need help, consult our [mailing list](https://groups.google.com/forum/#!forum/formr).

#### Credit
See [formr.org/about](https://formr.org/about) for funding and contact info.

See [composer.json](https://github.com/rubenarslan/formr.org/blob/master/composer.json) for the PHP components we use and
[bower.json](https://github.com/rubenarslan/formr.org/blob/master/webroot/assets/bower.json) for the Javascript and CSS components we use.
[bower.json](https://github.com/rubenarslan/formr.org/blob/master/webroot/assets/bower.json) for the Javascript and CSS components we use.
30 changes: 0 additions & 30 deletions docker/docker-compose.yaml

This file was deleted.

Loading

0 comments on commit a50ad29

Please sign in to comment.