Deploy AwureAI to Your VPS

Your hosting platform with Stripe payments is ready! Follow these steps to deploy to your VPS at 69.169.102.89

Deployment Status

0 of 5 steps completed

0%

1. Verify Stripe Setup

Ensure your Stripe account is ready for production

2. Configure DNS

Point awureai.com to your VPS

Add A record: awureai.com → 69.169.102.89
Add A record: www.awureai.com → 69.169.102.89

3. Prepare Your VPS

Update and secure your Ubuntu server

ssh root@69.169.102.89
apt update && apt upgrade -y
apt install -y docker.io docker-compose nginx certbot python3-certbot-nginx postgresql postgresql-contrib

4. Setup Database

Create PostgreSQL database for AwureAI

sudo -u postgres createdb awureai
sudo -u postgres createuser awureai
sudo -u postgres psql -c "ALTER USER awureai WITH ENCRYPTED PASSWORD 'your_strong_password';"
sudo -u postgres psql -c "GRANT ALL PRIVILEGES ON DATABASE awureai TO awureai;"

5. Deploy AwureAI

Get your platform running

Important Notes

  • • Make sure your Stripe account is in production mode before going live
  • • DNS changes can take up to 24 hours to propagate globally
  • • Keep your database password secure and use a strong password
  • • SSL certificates will be automatically generated once DNS is configured
  • • Your platform will be available at https://awureai.com once deployed

Ready to Deploy?

Use the complete deployment guide for step-by-step instructions

Full Deployment Guide