Skip to content

Latest commit

History

History
20 lines (13 loc) 路 614 Bytes

run-on-linux.md

File metadata and controls

20 lines (13 loc) 路 614 Bytes

Run on Linux

If you have successfully installed Bastion, you will have a bastion.sh script that makes it easy to run Bastion without any hassle, among other things.

To start Bastion, first of all, you will need to navigate into the Bastion directory. That is where the script is!

cd ~/Bastion

Then, it is as simple as running this:

./bastion.sh --start

{% hint style="info" %} The bastion.sh script can do a whole lot of other things besides just helping you with running Bastion. Want to find out what else can it do? Simply, run ./bastion.sh to find out. {% endhint %}