Troubleshooting

Installation issues with mac

If you are on a mac system you will be prompted to verify the software to ensure it is from a trusted source. Follow the steps below to get planeo installed.

After you type planeo start, when prompted click on "done".

This will add an entry for the application under System Settings > Privacy & Security > App Store and identified developers. Click "Allow Anyway".

Go back to your CLI and type ./planeo start again. This will open another prompt asking for verification again. Click "Allow Anyway" which should then prompt for an api key.

Open config.yaml: permission denied

If you see the following error, create a .planeo dir in your home dir or do a rm -f /home/<username>/.planeo && mkdir /home/<username>/.planeo and restart planeo.

$ planeo start

██████╗ ██╗      █████╗ ███╗   ██╗███████╗ ██████╗ 
██╔══██╗██║     ██╔══██╗████╗  ██║██╔════╝██╔═══██╗
██████╔╝██║     ███████║██╔██╗ ██║█████╗  ██║   ██║
██╔═══╝ ██║     ██╔══██║██║╚██╗██║██╔══╝  ██║   ██║
██║     ███████╗██║  ██║██║ ╚████║███████╗╚██████╔╝
╚═╝     ╚══════╝╚═╝  ╚═╝╚═╝  ╚═══╝╚══════╝ ╚═════╝

open /home/<username>/.planeo/config.yaml: permission denied
exit status 1

Last updated