fulcrumapp / fulcrum-desktop

Fulcrum Desktop
http://developer.fulcrumapp.com/desktop/intro/
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

issue on mac after installation scripts folder appears to be missing #84

Closed juice-1234 closed 1 year ago

juice-1234 commented 1 year ago

there is no fulcrum folder created in /usr/local/bin/

the folder where the DB will be stored is created under Users/username/Library/Application Support/Fulcrum/data/

any suggestions ? os Version : MacOS Monterey 12.6 Macbook M2 Air

juice-1234 commented 1 year ago

Found the solution, may need to be updated on your instructions, instead of /usr/local/bin/ you have to open /Applications/Fulcrum.app/Contents/scripts/ and run ./fulcrum setup --org 'Organization Name' --email 'EMAIL' --password 'SECRET'

./ is required for me at least (not sure why I'm new to mac but this got me to syncing my organisation)