==========================================
ARIS INSTALLATION GUIDE
==========================================

Welcome to Aris! Two simple steps to get started.  PLEASE make sure to 
Follow them exactly!


STEP 1: Run the Setup Script (One Time Only)
------------------------------------------------------
This installs the database Aris needs. Takes about 2 minutes.

1. To Open Terminal
   - Press Command + Space
   - Type "Terminal"
   - Press Enter

2. Copy and paste this entire line into Terminal, then press Enter:

   bash /Volumes/Aris/setup_aris_mac.sh

3. Follow the on-screen prompts. You may be asked for your Mac password.
4. When you see "SETUP COMPLETE" you're done with this step!

Note: You only need to do this once. The database will
auto-start every time you turn on your Mac.


STEP 2: Open Aris
------------------------------------------------------
1. Open the "Aris_0.2.0_aarch64.dmg" file
2. Drag Aris to your Applications folder
3. Open Aris from Applications(Double click)
4. Go to the Account tab and enter your Subscription Key
5. You're ready to go!


TROUBLESHOOTING
------------------------------------------------------
Q: Aris won't connect to the database
A: Open Terminal and run: brew services start postgresql@17

Q: "role aris does not exist" error
A: Run the setup script again (Step 1 above)

Q: Setup script says "command not found: brew"
A: Run this in Terminal first, then try the setup script again:
   /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Q: Aris won't open / security warning
A: Right-click Aris > Open > click "Open" in the dialog


SUPPORT
------------------------------------------------------
Email: support@youraris.com
Website: https://youraris.com


==========================================
Thank you for using Aris!
==========================================
