sfx101 / deck

DECK is a powerful and high performant local web development studio, an open source alternative to Docker desktop
https://github.com/deck-app
GNU Affero General Public License v3.0
1.51k stars 71 forks source link

Not work in MacOS #5

Closed keynertyc closed 2 years ago

keynertyc commented 4 years ago

I'm in MacOS Catalina V.10.15.7 . I downloaded and installed Deck V.2.0.0 and gave it permission in preferences. After open the Application I can't do anything, no option works, all blank.

Screen Shot 2020-11-11 at 16 46 41

sfx101 commented 4 years ago

Hi @keynertyc

Please try this on your terminal

cd ~ && mkdir .docker-stacks && cd .docker-stacks && git clone https://github.com/sfx101/docker-stacks.git .

The above should have been done automatically by the app but it didn't happen in your case, the command would create a data folder in your home dir and clone the repo for storing configurations

Once done, please restart the app

keynertyc commented 4 years ago

Thank you so much. It's working.