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.
- Preview : This previews your app.
Note: Do not set the 'Inside Codio' option.
To configure your Drupal 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 drupalconfig.sh
When prompted for the password: press Enter.
The Drupal Installer is then used to complete the installation steps. To access the installer
- Go to the Preview menu.
- Select
Preview.
Follow all the steps in the installer. On one of the steps, you will be asked for database related information. Enter
drupalfor the database name.drupaluserfor the username.passwordfor the password.