File Upload Test
Uploading a .txt file, a short instruction list on enabling custom addons in Firefox Developer's Edition.
- Read more about File Upload Test
- Log in or register to post comments
Uploading a .txt file, a short instruction list on enabling custom addons in Firefox Developer's Edition.
After becoming oriented with Drupal's GUI, I am learning the development cycle and workflow of the system through LinkedIn's Drupal admin course.
I have learned:
How to properly place hyperlinks to local nodes (Drupal web documents) into menus. (Use the option provided while creating/editing a piece of content.)
The advantage to installing Drupal using composer is that you can easily install other components, libraries, and themes which are designed to be installed using composer.
Installation Instructions:
Using your terminal, navigate to the directory that you are using to store your Drupal projects, and then run the following command:
For Drupal 9composer create-project drupal/recommended-project:9.5.0 project_name
For Drupal 10composer create-project drupal/recommended-project project_name
admin -> Structure -> Block Layout
, and click configure
on the User account menu
.Anonymous user
, and click the Save block
button on the bottom of the page.To create your first Drupal 9 theme, I recommend using the 9-step guide laid out by specbee, with a single edit to make the project work properly. On step 7, we are told to create templates/system
directories, and create a page.html.twig
file within the system subdirectory. This will lead to an error without feedback from the program, and your theme will not display properly.
I have been busy for the past week with job interviews, and I have more interviews this upcoming week, including a second phase interview. This means that I will have to spend time preparing for it, rather than working on this site. Despite this, or any other developments, I will continue building this site, as the job I would like is centered around using Drupal.
Get your credentials from bitnami in the ssh shell with this command:sudo cat /home/bitnami/bitnami_credentials
Login to mysql with mysql -u root -p
Enter the password from the bitnami credentials.