Ubuntu Server Setup - RedwoodAdmin/RedwoodFramework GitHub Wiki

Follow these steps to setup Redwood on Ubuntu.

  1. Download the setup script.
  2. Open a terminal and navigate to the folder where the script was saved.
  3. Run the script by typing sudo bash setup.sh
  4. Enter inputs as prompted:
  • Do you want to continue: y
  • Do you want to continue: y
  • Configuring golang-go: <No>
  • Do you want to continue: y
  • You just installed Django's auth system, which means you don't have any superusers defined.
    Would you like to create one now? (yes/no): yes
  • Username (leave blank to use 'root'): <Your new redwood admin username>
  • E-mail address:<Your redwood admin email>
  • Password:<Your new redwood admin password>
  • This will overwrite existing files! Are you sure you want to do this?
    Type 'yes' to continue, or 'no' to cancel: yes
  1. Restart instance
  2. Open a browser and enter localhost/admin in the address bar.
  3. Login with the admin credentials provided during the setup process.
  4. Click Sites -> example.com and enter
  • Domain name: localhost
  • Display name: localhost
  1. Click save