Skip to content

Commit

Permalink
Remove Poetry-related configuration/files
Browse files Browse the repository at this point in the history
  • Loading branch information
mcantelon committed Apr 24, 2024
1 parent 8a8521e commit 0c6aa02
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1,738 deletions.
3 changes: 0 additions & 3 deletions Makefile

This file was deleted.

44 changes: 0 additions & 44 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ The UMCU Uploader is a web-based application that is built using the Python

## Installation

### Installation without Poetry

### Installing without Poetry

1. Clone repository:

```bash
Expand Down Expand Up @@ -98,46 +94,6 @@ The UMCU Uploader is a web-based application that is built using the Python
7. The application runs on HTTP port 5000. Confirm that the Flask server and
application are up and running at `localhost:5000` in your browser.

### Installation with Poetry

1. Install Poetry

Follow the instructions [here](https://python-poetry.org/docs/#installation).

2. Clone files and cd to directory:

```bash
git clone https://github.com/artefactual-labs/umcu-uploader.git
cd umcu-uploader
```

3. Clone submodules:

```bash
git submodule update --init --recursive
```

4. Activate virtualenv:

```bash
poetry shell
```

5. Install requirements:

```bash
poetry install
```

6. In a terminal window, start the Flask server:

```bash
poetry python run.py
```

7. The application runs on HTTP port 5000. Confirm that the Flask server and
application are up and running at `localhost:<Port> in your browser.

## Configuration

Configuration is specified, using YAML, either in `.config.yaml` in the
Expand Down
Loading

0 comments on commit 0c6aa02

Please sign in to comment.