Setting Up
-
2. Downloading NoSQLBooster
Download NoSQLBooster for GNU/Linux
-
3. Setting Permissions
This Step is usually Needed to Give Ececution Permission to the User
First, Access the Target, usually in the Downloads folder:
(But if you are in Trouble to Find it out on Terminal then See: How to Access Downloads Folder from Browser)cd && cd Downloads
To Check that there is run:
ls . | nosqlbooster
And Give Execution Permission:
chmod +x nosqlbooster*.AppImage
-
4. Setting Up NoSQLBooster
(Optional because you can simply Run AppImages from Anywhere…)
So Now, if you wanna to Set up NoSQLBooster on Debian
Make a Folder to Hold the AppImages with:mkdir $HOME/appImages
And finally Switch NoSQLBooster in the Location:
mv ~/Downloads/nosqlbooster*.AppImage ~/appImages
Contents