Manual Installation

Your first document

Latex

To use Latex in OSX, install the MacTex Distribution. You can download MacTex here. Choose the correct version that supports your device, download and install. Latex editor comes with the distribution.

In Linux machines, we suggest to use Tex Live LaTeX distribution. Easiest way to install Tex Live distribution in Linux/Ubuntu is to use apt-get.

$ sudo apt-get install texlive-full

In case you need latex editor, type in:

$ sudo apt-get install texmaker

Minio

Download the latest version of minio from here and follow the instructions to install based on your OS.

Run the following command from the system terminal or shell to start a local MinIO instance using the ~/minio folder. You can replace this path with another folder path on the local machine:

$ minio server ~/minio
$ minio server ~/minio --console-address :9001

Open http://127.0.0.1:9000 in a web browser to access the MinIO Console.

On this page