Skip to content

Installing the Notion AI My Mind Server

Bruno Moya edited this page Mar 27, 2021 · 14 revisions

Installing

It is very easy, and there are different ways from click to install one's to more advanced ones, in case you want to install it from source. You can follow the video here as well.

Installation Video Tutorial

IMAGE ALT TEXT HERE

Mac OS

I want to make an installation setup like on windows. By the moment, it is recommended to follow the Manual Installation

Linux

To install the python server, fire up your Linux or Mac OS distributed machine and run this command.

wget https://raw.githubusercontent.com/elblogbruno/NotionAI-MyMind/master/setup.sh && sudo sh setup.sh

That's it.

The installation script will:

Windows

If you are on windows, you can go to the release tab and download the exe installer which will install it as easily as a normal windows program, so you don't have to bother, and install it like a normal program.

The installation setup program will:

Manual installation

Instead, you can follow the steps down here:

  • Step 1. Simply clone this repo.
git clone https://github.com/elblogbruno/NotionAI-MyMind
  • Step 2. Install requirements for python server.
cd NotionAI-MyMind/Python-Server/app && pip install -r requirements.txt
  • Step 3. Run the server.
python server.py \\Python 3.5 to versions 3.8 supported.

I have installed the server, what to do next?

After installing the server, you can follow the post-installation steps here:

https://github.com/elblogbruno/NotionAI-MyMind/wiki/I-have-installed-the-server,-what-to-do-next%3F

These steps cover creating the notion database and entering the credentials.