How to setup Amica AI

Home » How to setup Amica AI

First, ready the working environment.

  1. sudo timedatectl set-timezone America/New_York // set timezone
  2. sudo apt update && sudo apt upgrade
  3. (option) sudo apt-get update && sudo apt-get upgrade
  4. sudo apt install nodejs // install Node.js
  5. node -v
  6. sudo apt install npm
  7. // Upgrade to the latest version of node.
  8. curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
  9. source ~/.bashrc
  10. nvm list-remote
  11. nvm install v22.1.0 // latest version as of 5/6/2024
  12. nvm list
  13. npm install -g npm@10.7.0
  14. git clone https://github.com/KINGdotNET/amica.git // Clone Amica
  15. cd amica
  16. npm install
  17. npm run dev

Discover more from QUE.com

Subscribe to get the latest posts sent to your email.

Leave a Reply

Discover more from QUE.com

Subscribe now to keep reading and get access to the full archive.

Continue reading

Discover more from QUE.com

Subscribe now to keep reading and get access to the full archive.

Continue reading