Templario_7777

Iky

Jun 14th, 2021 (edited)
785
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.38 KB | None | 0 0
  1. git clone https://gitlab.com/kennbroorg/iKy.git
  2.  
  3. wget http://download.redis.io/redis-stable.tar.gz
  4.  
  5. tar xvfz redis-stable.tar.gz
  6.  
  7. cd redis-stable
  8.  
  9. make
  10.  
  11. sudo make install
  12.  
  13. cd ..
  14.  
  15. cd iKy
  16.  
  17. sudo apt install python3-pip
  18.  
  19. pip3 install -r requirements.txt
  20.  
  21. python3 -m pip3 install -r requirements.txt
  22.  
  23. sudo apt update
  24.  
  25. sudo apt install nodejs
  26.  
  27. sudo apt install npm
  28.  
Add Comment
Please, Sign In to add comment