psnelgolea Posted November 2, 2021 Share Posted November 2, 2021 thankssss Link to comment https://cyberbreach.io/topic/404071-how-to-download-and-start-openbullet-2/page/25/#findComment-7602474 Share on other sites More sharing options...
Rafikaz Posted November 3, 2021 Share Posted November 3, 2021 thanks Link to comment https://cyberbreach.io/topic/404071-how-to-download-and-start-openbullet-2/page/25/#findComment-7604303 Share on other sites More sharing options...
HellBoYDeViL Posted November 3, 2021 Share Posted November 3, 2021 tnx for that bro Link to comment https://cyberbreach.io/topic/404071-how-to-download-and-start-openbullet-2/page/25/#findComment-7604716 Share on other sites More sharing options...
Pedro123456789 Posted November 3, 2021 Share Posted November 3, 2021 Muchas gracias! Link to comment https://cyberbreach.io/topic/404071-how-to-download-and-start-openbullet-2/page/25/#findComment-7605753 Share on other sites More sharing options...
ib.s3da Rare Posted November 6, 2021 Share Posted November 6, 2021 thanx pro Link to comment https://cyberbreach.io/topic/404071-how-to-download-and-start-openbullet-2/page/25/#findComment-7611349 Share on other sites More sharing options...
reversekiddo Posted November 6, 2021 Share Posted November 6, 2021 thanks Link to comment https://cyberbreach.io/topic/404071-how-to-download-and-start-openbullet-2/page/25/#findComment-7612058 Share on other sites More sharing options...
simbian Posted November 6, 2021 Share Posted November 6, 2021 thank you! Link to comment https://cyberbreach.io/topic/404071-how-to-download-and-start-openbullet-2/page/25/#findComment-7612181 Share on other sites More sharing options...
azzdin99 Posted November 7, 2021 Share Posted November 7, 2021 Le 09/03/2021 à 09:38, kurosaki ichigo a dit : Introduction In this guide I will explain all the steps needed to get OpenBullet 2 up and running on your system. This can be achieved in several ways. Running a precompiled build If you don’t want to mess with docker and don’t want to compile your own build, you can use the latest automatically compiled build available on github. First of all visit this page 429 and download the OpenBullet2.zip file (do not select the source code option). Once you downloaded it, unzip it to a folder of your choice. Now it’s time to install the asp.net core runtime 371. You can find instructions on how to install it on your system at the link provided. When you’re done, you can test if it got installed properly by opening a command prompt and typing Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI , which should output a version number like 5.0 or above. Navigate to the folder where the file OpenBullet2.dll is located (the one you just unzipped) and launch it by using the following command: Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI If you’re on Windows, you can click on OpenBullet2.exe instead to achieve the same result. You should now be able to navigate to Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI on your browser in order to see the OpenBullet 2 setup screen. Using docker Install docker from Get Docker | Docker Documentation 43 Create a local folder called UserData where your settings will be stored and run Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI and finally navigate to Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI to access your dockerized OB2 instance! Let’s break down the docker command: Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI will map your local port 8069 to the container’s port 5000 where OB2 is listening Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI will map your local UserData directory to the UserData directory inside the container so that even if you switch container in the future you won’t lose your settings Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI will start an interactive shell that lets you see the output of the OB2 webserver for debugging purposes. You can remove this if you don’t care about it. Compiling your own build Install git from Git - Downloads 60. Install the .NET 5 SDK (not runtime) from Download .NET 5.0 (Linux, macOS, and Windows) 371 Open your favourite terminal (or git bash) and run git clone https://github.com/openbullet/OpenBullet2/ now cd into the folder where OpenBullet2.csproj resides Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI and compile OB2 using Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI you can then navigate to the build folder and start OB2 with the usual command Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI source : https://discourse.openbullet.dev/t/wip-how-to-download-and-start-openbullet-2/29#running-a-precompiled-build thank you a lot for this share Link to comment https://cyberbreach.io/topic/404071-how-to-download-and-start-openbullet-2/page/25/#findComment-7613936 Share on other sites More sharing options...
azzdin99 Posted November 7, 2021 Share Posted November 7, 2021 Le 09/03/2021 à 09:38, kurosaki ichigo a dit : Introduction In this guide I will explain all the steps needed to get OpenBullet 2 up and running on your system. This can be achieved in several ways. Running a precompiled build If you don’t want to mess with docker and don’t want to compile your own build, you can use the latest automatically compiled build available on github. First of all visit this page 429 and download the OpenBullet2.zip file (do not select the source code option). Once you downloaded it, unzip it to a folder of your choice. Now it’s time to install the asp.net core runtime 371. You can find instructions on how to install it on your system at the link provided. When you’re done, you can test if it got installed properly by opening a command prompt and typing Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI , which should output a version number like 5.0 or above. Navigate to the folder where the file OpenBullet2.dll is located (the one you just unzipped) and launch it by using the following command: Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI If you’re on Windows, you can click on OpenBullet2.exe instead to achieve the same result. You should now be able to navigate to Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI on your browser in order to see the OpenBullet 2 setup screen. Using docker Install docker from Get Docker | Docker Documentation 43 Create a local folder called UserData where your settings will be stored and run Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI and finally navigate to Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI to access your dockerized OB2 instance! Let’s break down the docker command: Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI will map your local port 8069 to the container’s port 5000 where OB2 is listening Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI will map your local UserData directory to the UserData directory inside the container so that even if you switch container in the future you won’t lose your settings Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI will start an interactive shell that lets you see the output of the OB2 webserver for debugging purposes. You can remove this if you don’t care about it. Compiling your own build Install git from Git - Downloads 60. Install the .NET 5 SDK (not runtime) from Download .NET 5.0 (Linux, macOS, and Windows) 371 Open your favourite terminal (or git bash) and run git clone https://github.com/openbullet/OpenBullet2/ now cd into the folder where OpenBullet2.csproj resides Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI and compile OB2 using Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI you can then navigate to the build folder and start OB2 with the usual command Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI source : https://discourse.openbullet.dev/t/wip-how-to-download-and-start-openbullet-2/29#running-a-precompiled-build thank you a lot for this share Link to comment https://cyberbreach.io/topic/404071-how-to-download-and-start-openbullet-2/page/25/#findComment-7613937 Share on other sites More sharing options...
azzdin99 Posted November 7, 2021 Share Posted November 7, 2021 Le 09/03/2021 à 09:38, kurosaki ichigo a dit : Introduction In this guide I will explain all the steps needed to get OpenBullet 2 up and running on your system. This can be achieved in several ways. Running a precompiled build If you don’t want to mess with docker and don’t want to compile your own build, you can use the latest automatically compiled build available on github. First of all visit this page 429 and download the OpenBullet2.zip file (do not select the source code option). Once you downloaded it, unzip it to a folder of your choice. Now it’s time to install the asp.net core runtime 371. You can find instructions on how to install it on your system at the link provided. When you’re done, you can test if it got installed properly by opening a command prompt and typing Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI , which should output a version number like 5.0 or above. Navigate to the folder where the file OpenBullet2.dll is located (the one you just unzipped) and launch it by using the following command: Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI If you’re on Windows, you can click on OpenBullet2.exe instead to achieve the same result. You should now be able to navigate to Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI on your browser in order to see the OpenBullet 2 setup screen. Using docker Install docker from Get Docker | Docker Documentation 43 Create a local folder called UserData where your settings will be stored and run Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI and finally navigate to Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI to access your dockerized OB2 instance! Let’s break down the docker command: Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI will map your local port 8069 to the container’s port 5000 where OB2 is listening Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI will map your local UserData directory to the UserData directory inside the container so that even if you switch container in the future you won’t lose your settings Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI will start an interactive shell that lets you see the output of the OB2 webserver for debugging purposes. You can remove this if you don’t care about it. Compiling your own build Install git from Git - Downloads 60. Install the .NET 5 SDK (not runtime) from Download .NET 5.0 (Linux, macOS, and Windows) 371 Open your favourite terminal (or git bash) and run git clone https://github.com/openbullet/OpenBullet2/ now cd into the folder where OpenBullet2.csproj resides Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI and compile OB2 using Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI you can then navigate to the build folder and start OB2 with the usual command Hidden Content Donnez votre réaction ou répondez à ce sujet pour voir le contenu caché. si vous rencontrez des problèmes pour visualiser ce contenu, voir. ICI source : https://discourse.openbullet.dev/t/wip-how-to-download-and-start-openbullet-2/29#running-a-precompiled-build thank you a lot for this share Link to comment https://cyberbreach.io/topic/404071-how-to-download-and-start-openbullet-2/page/25/#findComment-7613938 Share on other sites More sharing options...
habahaba22 Posted November 7, 2021 Share Posted November 7, 2021 thank you a lot for this share Link to comment https://cyberbreach.io/topic/404071-how-to-download-and-start-openbullet-2/page/25/#findComment-7614197 Share on other sites More sharing options...
cemoask Posted November 7, 2021 Share Posted November 7, 2021 thank you a lot for this share Link to comment https://cyberbreach.io/topic/404071-how-to-download-and-start-openbullet-2/page/25/#findComment-7615330 Share on other sites More sharing options...
mymain5 Posted November 7, 2021 Share Posted November 7, 2021 tysm so much for helping Link to comment https://cyberbreach.io/topic/404071-how-to-download-and-start-openbullet-2/page/25/#findComment-7615367 Share on other sites More sharing options...
georgepa831 Posted November 8, 2021 Share Posted November 8, 2021 thanks Link to comment https://cyberbreach.io/topic/404071-how-to-download-and-start-openbullet-2/page/25/#findComment-7617017 Share on other sites More sharing options...
xPegasus Posted November 8, 2021 Share Posted November 8, 2021 good Link to comment https://cyberbreach.io/topic/404071-how-to-download-and-start-openbullet-2/page/25/#findComment-7617990 Share on other sites More sharing options...
jajo Rare Posted November 12, 2021 Share Posted November 12, 2021 usefull, ty Link to comment https://cyberbreach.io/topic/404071-how-to-download-and-start-openbullet-2/page/25/#findComment-7626519 Share on other sites More sharing options...
Mtoto Rare Posted November 12, 2021 Share Posted November 12, 2021 thank you a lot for this share Link to comment https://cyberbreach.io/topic/404071-how-to-download-and-start-openbullet-2/page/25/#findComment-7626563 Share on other sites More sharing options...
somes22 Posted November 13, 2021 Share Posted November 13, 2021 mercii Link to comment https://cyberbreach.io/topic/404071-how-to-download-and-start-openbullet-2/page/25/#findComment-7628434 Share on other sites More sharing options...
mino99 Posted November 16, 2021 Share Posted November 16, 2021 thank's Link to comment https://cyberbreach.io/topic/404071-how-to-download-and-start-openbullet-2/page/25/#findComment-7636231 Share on other sites More sharing options...
kroom2dos@gmail.com Posted November 16, 2021 Share Posted November 16, 2021 goooooooooooood Link to comment https://cyberbreach.io/topic/404071-how-to-download-and-start-openbullet-2/page/25/#findComment-7636258 Share on other sites More sharing options...
Abdou4545 Posted November 16, 2021 Share Posted November 16, 2021 thanksthanks Link to comment https://cyberbreach.io/topic/404071-how-to-download-and-start-openbullet-2/page/25/#findComment-7637342 Share on other sites More sharing options...
Abdou4545 Posted November 16, 2021 Share Posted November 16, 2021 thanks for sharing Link to comment https://cyberbreach.io/topic/404071-how-to-download-and-start-openbullet-2/page/25/#findComment-7637347 Share on other sites More sharing options...
Armani01 Posted November 17, 2021 Share Posted November 17, 2021 thanks Link to comment https://cyberbreach.io/topic/404071-how-to-download-and-start-openbullet-2/page/25/#findComment-7639347 Share on other sites More sharing options...
erbipjr Posted November 21, 2021 Share Posted November 21, 2021 Thanks for sharing. Link to comment https://cyberbreach.io/topic/404071-how-to-download-and-start-openbullet-2/page/25/#findComment-7648711 Share on other sites More sharing options...
YASSIIXX Posted November 23, 2021 Share Posted November 23, 2021 tyy Link to comment https://cyberbreach.io/topic/404071-how-to-download-and-start-openbullet-2/page/25/#findComment-7653086 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now