Skip to content

Installation

Ajay o s edited this page Jan 15, 2024 · 6 revisions

Aurora Chatbot

Welcome to the Aurora Chatbot project! This guide will help you install Aurora on various platforms.

Installation

Follow the platform-specific instructions below to install Aurora.

Windows

To install Aurora on Windows, follow these steps:

  1. Open Command Prompt as an administrator. You can do this by pressing Win + X and selecting "Windows Terminal (Admin)" or "Command Prompt (Admin)."

  2. In the Command Prompt window, run the following command:

    curl -s -o %userprofile%\install_aurora.bat https://gist.githubusercontent.com/Ajayos/52fb83e2a5f7b7cdf81b31007af23e3f/raw/windows && powershell -Command "Start-Process cmd -Verb RunAs -ArgumentList '/k %userprofile%\install_aurora.bat'"

    This command will download and execute a script to install Aurora.

Once the script completes, aurora will be installed on your Windows system.

That's it! You've successfully installed aurora on Windows. You can now use the chatbot by running aurora in your Command Prompt or Windows Terminal.

Linux

To install Aurora on Linux, follow these steps:

  1. Open a terminal.

  2. Run the following command to download and install Aurora:

    curl -s -o temp_aurora.sh https://gist.githubusercontent.com/Ajayos/52fb83e2a5f7b7cdf81b31007af23e3f/raw/linux.sh && sudo bash temp_aurora.sh && rm temp_aurora.sh

    This command will download and execute a script to install Aurora.

  3. Once the script completes, Aurora will be installed on your Linux system.

That's it! You've successfully installed Aurora on Linux. You can now use the chatbot by running Aurora in your terminal.

Clone this wiki locally