Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wso2/docs-ob-toolkit-berlin

This repository contains the source code for WSO2 Open Banking Toolkit - Berlin documentation.
https://github.com/wso2/docs-ob-toolkit-berlin

documentation mkdocs open-banking

Last synced: about 2 months ago
JSON representation

This repository contains the source code for WSO2 Open Banking Toolkit - Berlin documentation.

Awesome Lists containing this project

README

        

# WSO2 Open Banking Berlin Toolkit Documentation

This repository contains the source code for WSO2 Open Banking Toolkit - Berlin documentation

| Branch | Build Status |
| :------------ |:-------------
| master | [![Build Status](https://wso2.org/jenkins/view/Dashboard/job/docs/job/docs-ob-toolkit-berlin/badge/icon)](https://wso2.org/jenkins/view/Dashboard/job/docs/job/docs-ob-toolkit-berlin/) |

## Prerequisites

To run the project locally, it requires [python](https://www.python.org/downloads/) & [pip](https://pypi.org/project/pip/).

### Install Python

Check if you already have Python installed by running the following command.

```bash
$ python --version
Python 2.7.10
```

If you receive a response similar to the one shown above, `Python 2.7.10` is your default version.

You should also check if you have Python 3 installed.

```bash
$ python3 --version
Python 3.8.0
```

If you don't seem to have `Python` installed, grab the latest release from the [official downloads page](https://www.python.org/downloads/).

### Install pip

pip is already installed if you are using Python 2 >=2.7.9 or Python 3 >=3.4 downloaded from [python.org](https://www.python.org/) or if you are working in a [Virtual Environment](https://packaging.python.org/tutorials/installing-packages/#creating-and-using-virtual-environments) created by [virtualenv](https://packaging.python.org/key_projects/#virtualenv) or [pyvenv](https://packaging.python.org/key_projects/#venv). Just make sure to [upgrade pip](https://pip.pypa.io/en/stable/installing/#upgrading-pip).

#### Installing with get-pip.py

To install pip with `curl`, execute the following command. Alternatively you can download `get-pip.py` by clicking [here](https://bootstrap.pypa.io/get-pip.py).

```bash
$ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
```

Then run the following command in the folder where you have downloaded get-pip.py

```bash
$ python get-pip.py
```

## Run project locally (Dev Mode)

**Clone the repo**

```bash
$ git clone https://github.com/wso2/docs-ob-toolkit-berlin.git
```

**Install the dependencies**

```bash
$ cd docs-ob-toolkit-berlin && pip install -r requirements.txt
```

**Run mkdocs**

Execute the following command from inside the ``.

```bash
$ cd en && mkdocs serve
```

## License

Licenses this source under the Apache License, Version 2.0 ([LICENSE](LICENSE)), You may not use this file except in compliance with the License.