laptopwiki:guides:discord:stickybot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
laptopwiki:guides:discord:stickybot [31/12/2022 20:58] dustojnikhummerlaptopwiki:guides:discord:stickybot [14/01/2023 15:13] (current) – [Running Stickybot as a systemd service] dustojnikhummer
Line 11: Line 11:
  
   * A Linux webhost (in the case of this guide Debian/Ubuntu Server) \\   * A Linux webhost (in the case of this guide Debian/Ubuntu Server) \\
-  * npm \\+  * npm (sudo apt install npm)\\ 
 +  * npm dotenv (npm install dotenv) \\
   * nodejs  \\   * nodejs  \\
   * wget  \\   * wget  \\
Line 92: Line 93:
 ===== Installation ===== ===== Installation =====
  
-Now install dependencies for the bot:+Enter the bot folder <code> cd /path/to/unpackaged/ </code> 
 +Now install dependencies for the bot: 
  
-<code>npm install 
  
-</code>+<code>npm install</code>
  
 You will most likely get a message talking about vulnerabilities. You will most likely get a message talking about vulnerabilities.
Line 212: Line 213:
  
 ===== Running Stickybot as a systemd service ===== ===== Running Stickybot as a systemd service =====
- +[[:laptopwiki:guides:os:linux:npmsystemdservice| Running "npm start" App As a Systemd Service]]
-Once I figure this out the guide will be +
- +
-[[:laptopwiki:guides:linux:npmsystemdservice|npmsystemdservice]]+
  
 — //[[:laptopwiki:staff:index|dustojnikhummer]] 2022/12/30 08:01// — //[[:laptopwiki:staff:index|dustojnikhummer]] 2022/12/30 08:01//
  
  
  • laptopwiki/guides/discord/stickybot.1672516729.txt.gz
  • Last modified: 31/12/2022 20:58
  • by dustojnikhummer