Execution with Python
Automatic
-
Navigate to a directory of your choice and open a command line interface (
e.g. Git Bash) and executegit clone https://github.com/core4x/collectu-core.git -
Execute
install_local.For Windows:
Double click on:
bin\windows\install_local.batFor Linux:
Make the file executable with:
sudo chmod +x bin/linux/install_local.shExecute with:
sudo bin/linux/install_local.sh -
Log in, if you are not.
-
Create an api access token. Download the created token and save it in the root directory (
/collectu-core). -
If you have subscribed to a plan, download your personal git access token and place the file in the root directory (
/collectu-core). -
Start the application.
For Windows:
Double click on:
bin\windows\start_local.batFor Linux:
Make the file executable with:
sudo chmod +x start_local.shExecute with:
sudo bin/linux/start_local.sh - Continue with our First Steps.
start_local_background).
Manual
-
Navigate to a directory of your choice and open a command line interface (
e.g. Git Bash) and executegit clone https://github.com/core4x/collectu-core.git -
Open a command line interface as administrator in the cloned folder (
/collectu-core). To navigate, usecd collectu-core -
Create a virtual environment.
python -m venv venv -
Activate the virtual environment.
For Windows:
venv\Scripts\activateFor Linux:
source venv/bin/activate -
Install the requirements.
For Windows:
pip install -r src\requirements.txtFor Linux:
pip install -r src/requirements.txt -
Log in, if you are not.
-
Create an api access token. Download the created token and save it in the root directory (
/collectu-core). -
If you have subscribed to a plan, download your personal git access token') }} and insert the file in the root directory (
/collectu-core). -
Only required if you subscribed to a plan and manually added the
git_access_tokenfile: Update the application with activated virtual environment.For Windows:
python src\main.py --updateFor Linux:
python src/main.py --update -
Start the application with activated virtual environment.
For Windows:
python src\main.pyFor Linux:
python src/main.py - Continue with our First Steps.
Introduction
Container