This project is tested only on raspbian.
This is more a hack for the moment, check the current issues !
dotnet restore
dotnet build -c Release
dotnet run -c Release
On Windows :
gitHub.com
, navigate to the Code
tab of the repository, then on the right side of the screen, click Clone or download
. Click Open in Desktop
, this will open GitHub Desktop. Select where you’d like to save it locally under Local Path
and then click Clone
)On Raspberry :
sudo apt update
sudo apt upgrade
sudo apt install libunwind8 libunwind8-dev gettext libicu-dev liblttng-ust-dev libcurl4-openssl-dev libssl-dev uuid-dev unzip youtube-dl libopus0 opus-tools libopus-dev libsodium-dev ffmpeg tmux python python3-pip redis-server
On windows :
Ctrl + L
then powershell
)dotnet restore
dotnet publish -r ubuntu.16.04-arm -c Release
credential.json
: http://nadekobot.readthedocs.io/en/latest/JSON%20Explanations/credential.json
in ./bin/Release/netcoreapp2.0/ubuntu.16.04-arm/publish
.data
.publish
from ./bin/Release/netcoreapp2.0/ubuntu.16.04-arm/
to the raspberry.data
backup folder in publish
.On raspberry :
publish
folder. chmod a+xrw *
(you can set more appropriates permissions, but this isn't the purpose of this guide)../NadekoBot
, 1st boot can take 2min. You can use tmux
for background run : guide.:warning: Youtube-dl issue : https://github.com/Kwoth/NadekoBot/issues/1053#issuecomment-419562820
If you have an issue, report it here. Check current issues here.
Credits : Kwoth and everyone else working on NadekoBot