aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMinteck <nekostarfan@gmail.com>2021-08-08 12:04:30 +0200
committerMinteck <nekostarfan@gmail.com>2021-08-08 12:04:30 +0200
commit95112b1eb06a4be531ded59563d53a63a8d614e8 (patch)
treefd3dc676227309c87a39feab9ca458985e327907 /README.md
parent87303b0d3540037fb94efdde24dbaacb2880d6cb (diff)
downloadmain-95112b1eb06a4be531ded59563d53a63a8d614e8.tar.gz
main-95112b1eb06a4be531ded59563d53a63a8d614e8.tar.bz2
main-95112b1eb06a4be531ded59563d53a63a8d614e8.zip
Opening!
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..11cd6de
--- /dev/null
+++ b/README.md
@@ -0,0 +1,27 @@
+# Minteck's Space
+> Not compatible with Nginx!
+## Getting `/admin` to work
+* `/admin` works only on Ubuntu or Ubuntu-based systems. Ubuntu Core systems *may* work but hasn't been tested
+### `sudo` file
+Edit the sudoers file:
+```text
+$ sudo visudo
+```
+
+And add the following lines:
+```text
+www-data ALL=(ALL:ALL) NOPASSWD: /usr/bin/apt-get
+www-data ALL=(ALL:ALL) NOPASSWD: /usr/bin/do-release-upgrade
+www-data ALL=(ALL:ALL) NOPASSWD: /usr/bin/lshw
+```
+
+(replacing `www-data` by the name of the user that runs your Web server)
+
+### Dependencies
+Install the following packages:
+* `lm-sensors`
+
+To install them all at once, do:
+```text
+$ pkcon install lm-sensors
+``` \ No newline at end of file