Updated docs, fixed .iss to work with new versions of nadeko
This commit is contained in:
parent
6192f84141
commit
5d1240c015
@ -13,21 +13,21 @@ Compression=lzma2
|
|||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
OutputDir=userdocs:projekti/NadekoInstallerOutput
|
OutputDir=userdocs:projekti/NadekoInstallerOutput
|
||||||
OutputBaseFilename=NadekoBot-setup-{#version}
|
OutputBaseFilename=NadekoBot-setup-{#version}
|
||||||
AppReadmeFile=http://nadekobot.readthedocs.io/en/1.4/Commands%20List/
|
AppReadmeFile=http://nadekobot.readthedocs.io/en/latest/Commands%20List/
|
||||||
ArchitecturesInstallIn64BitMode=x64
|
ArchitecturesInstallIn64BitMode=x64
|
||||||
UsePreviousSetupType=no
|
UsePreviousSetupType=no
|
||||||
DisableWelcomePage=no
|
DisableWelcomePage=no
|
||||||
|
|
||||||
[Files]
|
[Files]
|
||||||
;install
|
;install
|
||||||
Source: "src\NadekoBot\bin\Release\netcoreapp1.1\{#target}\publish\*"; DestDir: "{app}\{#sysfolder}"; Permissions: users-full; Flags: recursesubdirs onlyifdoesntexist ignoreversion createallsubdirs; Excludes: "*.pdb, *.db"
|
Source: "src\NadekoBot\bin\Release\netcoreapp2.0\{#target}\publish\*"; DestDir: "{app}\{#sysfolder}"; Permissions: users-full; Flags: recursesubdirs onlyifdoesntexist ignoreversion createallsubdirs; Excludes: "*.pdb, *.db"
|
||||||
;rename credentials example to credentials, but don't overwrite if it exists
|
;rename credentials example to credentials, but don't overwrite if it exists
|
||||||
;Source: "src\NadekoBot\bin\Release\netcoreapp1.1\{#target}\publish\credentials_example.json"; DestName: "credentials.json"; DestDir: "{app}\{#sysfolder}"; Permissions: users-full; Flags: skipifsourcedoesntexist onlyifdoesntexist;
|
;Source: "src\NadekoBot\bin\Release\netcoreapp2.0\{#target}\publish\credentials_example.json"; DestName: "credentials.json"; DestDir: "{app}\{#sysfolder}"; Permissions: users-full; Flags: skipifsourcedoesntexist onlyifdoesntexist;
|
||||||
|
|
||||||
;reinstall - i want to copy all files, but i don't want to overwrite any data files because users will lose their customization if they don't have a backup,
|
;reinstall - i want to copy all files, but i don't want to overwrite any data files because users will lose their customization if they don't have a backup,
|
||||||
; and i don't want them to have to backup and then copy-merge into data folder themselves, or lose their currency images due to overwrite.
|
; and i don't want them to have to backup and then copy-merge into data folder themselves, or lose their currency images due to overwrite.
|
||||||
Source: "src\NadekoBot\bin\Release\netcoreapp1.1\{#target}\publish\*"; DestDir: "{app}\{#sysfolder}"; Permissions: users-full; Flags: recursesubdirs ignoreversion onlyifdestfileexists createallsubdirs; Excludes: "*.pdb, *.db, data\*, credentials.json";
|
Source: "src\NadekoBot\bin\Release\netcoreapp2.0\{#target}\publish\*"; DestDir: "{app}\{#sysfolder}"; Permissions: users-full; Flags: recursesubdirs ignoreversion onlyifdestfileexists createallsubdirs; Excludes: "*.pdb, *.db, data\*, credentials.json";
|
||||||
Source: "src\NadekoBot\bin\Release\netcoreapp1.1\{#target}\publish\data\*"; DestDir: "{app}\{#sysfolder}\data"; Permissions: users-full; Flags: recursesubdirs onlyifdoesntexist createallsubdirs;
|
Source: "src\NadekoBot\bin\Release\netcoreapp2.0\{#target}\publish\data\*"; DestDir: "{app}\{#sysfolder}\data"; Permissions: users-full; Flags: recursesubdirs onlyifdoesntexist createallsubdirs;
|
||||||
|
|
||||||
;readme
|
;readme
|
||||||
;Source: "readme"; DestDir: "{app}"; Flags: isreadme
|
;Source: "readme"; DestDir: "{app}"; Flags: isreadme
|
||||||
|
@ -32,7 +32,7 @@ After you've done that, you are ready to use your VPS.
|
|||||||
Use the following command to get and run `linuxAIO.sh`
|
Use the following command to get and run `linuxAIO.sh`
|
||||||
(Remember **Do Not** rename the file **linuxAIO.sh**)
|
(Remember **Do Not** rename the file **linuxAIO.sh**)
|
||||||
|
|
||||||
`cd ~ && wget -N https://github.com/Kwoth/NadekoBot-BashScript/raw/1.4/linuxAIO.sh && bash linuxAIO.sh`
|
`cd ~ && wget -N https://github.com/Kwoth/NadekoBot-BashScript/raw/1.9/linuxAIO.sh && bash linuxAIO.sh`
|
||||||
|
|
||||||
You should see these following options after using the above command:
|
You should see these following options after using the above command:
|
||||||
|
|
||||||
@ -52,7 +52,7 @@ Welcome to NadekoBot Auto Prerequisites Installer.
|
|||||||
Would you like to continue?
|
Would you like to continue?
|
||||||
```
|
```
|
||||||
That will install all the prerequisites your system need to run NadekoBot.
|
That will install all the prerequisites your system need to run NadekoBot.
|
||||||
(Optional) **If** you want to install it manually, you can try finding it [here.](https://github.com/Kwoth/NadekoBot-BashScript/blob/1.4/nadekoautoinstaller.sh)
|
(Optional) **If** you want to install it manually, you can try finding it [here.](https://github.com/Kwoth/NadekoBot-BashScript/blob/1.9/nadekoautoinstaller.sh)
|
||||||
|
|
||||||
Once *prerequisites* finish installing,
|
Once *prerequisites* finish installing,
|
||||||
|
|
||||||
@ -107,7 +107,7 @@ The above command will create a new session named **nadeko** *(you can replace
|
|||||||
|
|
||||||
**Next, we need to run `linuxAIO.sh` in order to get the latest running scripts with patches:**
|
**Next, we need to run `linuxAIO.sh` in order to get the latest running scripts with patches:**
|
||||||
|
|
||||||
- `cd ~ && wget -N https://github.com/Kwoth/NadekoBot-BashScript/raw/1.4/linuxAIO.sh && bash linuxAIO.sh`
|
- `cd ~ && wget -N https://github.com/Kwoth/NadekoBot-BashScript/raw/1.9/linuxAIO.sh && bash linuxAIO.sh`
|
||||||
|
|
||||||
**From the options,**
|
**From the options,**
|
||||||
|
|
||||||
@ -156,7 +156,7 @@ Open **PuTTY** and login as you have before, type `reboot` and press Enter.
|
|||||||
- `tmux kill-session -t nadeko` (don't forget to replace **nadeko** in the command with the name of your bot's session)
|
- `tmux kill-session -t nadeko` (don't forget to replace **nadeko** in the command with the name of your bot's session)
|
||||||
- Make sure the bot is **not** running.
|
- Make sure the bot is **not** running.
|
||||||
- `tmux new -s nadeko` (**nadeko** is the name of the session)
|
- `tmux new -s nadeko` (**nadeko** is the name of the session)
|
||||||
- `cd ~ && wget -N https://github.com/Kwoth/NadekoBot-BashScript/raw/1.4/linuxAIO.sh && bash linuxAIO.sh`
|
- `cd ~ && wget -N https://github.com/Kwoth/NadekoBot-BashScript/raw/1.9/linuxAIO.sh && bash linuxAIO.sh`
|
||||||
- Choose `1` to update the bot with **latest build** available.
|
- Choose `1` to update the bot with **latest build** available.
|
||||||
- Next, choose either `2` or `3` to run the bot again with **normally** or **auto restart** respectively.
|
- Next, choose either `2` or `3` to run the bot again with **normally** or **auto restart** respectively.
|
||||||
- Done.
|
- Done.
|
||||||
|
@ -60,7 +60,7 @@ A dialog box will open asking if you want to install `xcode-select`. Select inst
|
|||||||
Use the following command to get and run `linuxAIO.sh`:
|
Use the following command to get and run `linuxAIO.sh`:
|
||||||
(Remember **DO NOT** rename the file `linuxAIO.sh`)
|
(Remember **DO NOT** rename the file `linuxAIO.sh`)
|
||||||
|
|
||||||
`cd ~ && wget -N https://github.com/Kwoth/NadekoBot-BashScript/raw/1.4/linuxAIO.sh && bash linuxAIO.sh`
|
`cd ~ && wget -N https://github.com/Kwoth/NadekoBot-BashScript/raw/1.9/linuxAIO.sh && bash linuxAIO.sh`
|
||||||
|
|
||||||
Follow the on screen instructions:
|
Follow the on screen instructions:
|
||||||
|
|
||||||
@ -99,7 +99,7 @@ The above command will create a new session named **nadeko** *(you can replace
|
|||||||
|
|
||||||
**Next, we need to run `linuxAIO.sh` in order to get the latest running scripts with patches:**
|
**Next, we need to run `linuxAIO.sh` in order to get the latest running scripts with patches:**
|
||||||
|
|
||||||
- `cd ~ && wget -N https://github.com/Kwoth/NadekoBot-BashScript/raw/1.4/linuxAIO.sh && bash linuxAIO.sh`
|
- `cd ~ && wget -N https://github.com/Kwoth/NadekoBot-BashScript/raw/1.9/linuxAIO.sh && bash linuxAIO.sh`
|
||||||
|
|
||||||
**From the options,**
|
**From the options,**
|
||||||
|
|
||||||
@ -131,7 +131,7 @@ If you used Screen press CTRL+A+D (this will detach the nadeko screen)
|
|||||||
- `tmux kill-session -t nadeko` [(don't forget to replace **nadeko** in the command to what ever you named your bot's session)](http://nadekobot.readthedocs.io/en/latest/guides/OSX%20Guide/#some-more-info)
|
- `tmux kill-session -t nadeko` [(don't forget to replace **nadeko** in the command to what ever you named your bot's session)](http://nadekobot.readthedocs.io/en/latest/guides/OSX%20Guide/#some-more-info)
|
||||||
- Make sure the bot is **not** running.
|
- Make sure the bot is **not** running.
|
||||||
- `tmux new -s nadeko` (**nadeko** is the name of the session)
|
- `tmux new -s nadeko` (**nadeko** is the name of the session)
|
||||||
- `cd ~ && wget -N https://github.com/Kwoth/NadekoBot-BashScript/raw/1.4/linuxAIO.sh && bash linuxAIO.sh`
|
- `cd ~ && wget -N https://github.com/Kwoth/NadekoBot-BashScript/raw/1.9/linuxAIO.sh && bash linuxAIO.sh`
|
||||||
- Choose `1` to update the bot with **latest build** available.
|
- Choose `1` to update the bot with **latest build** available.
|
||||||
- Next, choose either `2` or `3` to run the bot again with **normally** or **auto restart** respectively.
|
- Next, choose either `2` or `3` to run the bot again with **normally** or **auto restart** respectively.
|
||||||
- Done.
|
- Done.
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# This section is for users who are upgrading from versions older than 1.4 to 1.4+
|
||||||
|
|
||||||
#### If you have NadekoBot 1.x on Windows
|
#### If you have NadekoBot 1.x on Windows
|
||||||
|
|
||||||
- Go to `NadekoBot\src\NadekoBot` and backup your `credentials.json` file; then go to `NadekoBot\src\NadekoBot\bin\Release\netcoreapp1.0` and backup your `data` folder.
|
- Go to `NadekoBot\src\NadekoBot` and backup your `credentials.json` file; then go to `NadekoBot\src\NadekoBot\bin\Release\netcoreapp1.0` and backup your `data` folder.
|
||||||
|
Loading…
Reference in New Issue
Block a user