Ubuntu Server Setup - RedwoodAdmin/RedwoodFramework GitHub Wiki
Follow these steps to setup Redwood on Ubuntu.
- Download the setup script.
- Open a terminal and navigate to the folder where the script was saved.
- Run the script by typing
sudo bash setup.sh
- 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
- Restart instance
- Open a browser and enter
localhost/admin
in the address bar. - Login with the admin credentials provided during the setup process.
- Click Sites -> example.com and enter
- Domain name:
localhost
- Display name:
localhost
- Click save