To use the Pack, we created 2 menu options, which you can find on the right of the menu. These menus can be configured in the .codio file.
- Configure Project : When you first come into your Project, select this to complete the configuration of your project.
- WordPress Login : This previews your app.
Note: Do not set the 'Inside Codio' option.
To configure your Wordpress project
- Go to the Run menu.
- Select
Configure Project.
If you prefer to run the configuration script yourself, open the terminal (Tools>Terminal) and enter
bash wpconfig.sh
When prompted for password: press Enter.
You should now run the Wordpress Installer to complete the setup.
- Go to the Preview menu.
- Select
WordPress Login. - Run through the brief installation process.
- Once it is completed, you will be asked to login.
- Once logged in, select the Plugins option in the left menu and enable, then activate the plugin called
permalink-fix-disable-canonical-redirects, which is necessary for Wordpress to work correctly on Codio.
From the menu bar select 'Codio Site' (unless you used a different Site Title in the WordPress installer) and you now have Wordpress fully up and running.