How to install atuinsh/atuin. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
atuinsh/atuin Installation Guide
How to install atuinsh/atuin. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for atuinsh/atuin. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i atuinsh/atuinor
Install via npx
npx @hexmos/ipm i atuinsh/atuinPrerequisites
sqlite
system_packageVersion: 3.40.0-1.db
python
languageVersion: 3.8.10
git
system_toolVersion: 2.34.1
curl
system_toolVersion: 7.84.0
nodejs
languageVersion: 16.15.0
docker
system_toolVersion: 23.0.0-rc1
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Atuin Cloud Sync Server (Recommended)
curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh
atuin register -u <USERNAME> -e <EMAIL>
atuin import auto
atuin syncPost Installation Steps
- Start the server: `./atuin-server.sh`
- Run migrations: `python manage.py makemigrations && python manage.py migrate`
