Viiteri is a user-friendly BibTeX reference management tool designed for managing academic sources and integrating them into LaTeX documents. It supports various reference types, including articles and books.
-
Ensure Poetry is Installed:
- If you don't have Poetry installed, install it from the official Poetry website: Poetry Installation.
-
Clone the Viiteri Repository:
- Open a terminal or command prompt and run the following command:
git clone https://github.com/your-username/viiteri.git
- Navigate to the created directory
cd viiteri
- Open a terminal or command prompt and run the following command:
-
Install Dependencies Using Poetry
- Install dependencies by running the command:
poetry install
- Install dependencies by running the command:
-
Initialize the Database
- Ensure PostgreSQL is installed. If not, install it from the website: PostgreSQL Downloads
- Initialize the database by running the command:
poetry run invoke init-db
-
Run the Application in Debug Mode
- Start Viiteri in debug mode by running the command:
poetry run invoke debug
- Start Viiteri in debug mode by running the command:
-
Open the Website
- Once the application is running, access it in your browser at:
http://localhost:5001
- Once the application is running, access it in your browser at: