Skip to content

Commit

Permalink
vault backup: 2024-09-15 13:12:56
Browse files Browse the repository at this point in the history
Number of files:
A content/5 - Source Material/@Active Notes/drupal-installation_complete.png content/5 - Source Material/@Active Notes/drupal-profile_initialization.png content/5 - Source Material/@Active Notes/drupal-website_Information.png, M content/6 - Base Notes/Drupal.md content/6 - Base Notes/cms a brief introduction.md, R content/6 - Base Notes/drupal project setup.md

Affected files:
content/5 - Source Material/@Active Notes/drupal-installation_complete.png
content/5 - Source Material/@Active Notes/drupal-profile_initialization.png
content/5 - Source Material/@Active Notes/drupal-website_Information.png
content/6 - Base Notes/Drupal.md
content/6 - Base Notes/cms a brief introduction.md
content/6 - Base Notes/drupal project setup.md
  • Loading branch information
bionicop committed Sep 15, 2024
1 parent 6814ab7 commit b29a47e
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions content/6 - Base Notes/Drupal.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Tags: [[what-is-drupal]]
# Drupal
Subject: [[Content Management System]]

Drupal is an ***open-source content management system*** that is highly flexible, customizable, powerful, and scalable CMS. It is well-suited for developing complex websites.
Drupal is an ***open-source [[cms a brief introduction|content management system]]*** that is highly flexible, customizable, powerful, and scalable CMS. It is well-suited for developing complex websites.

## WHY drupal?
Well, It's a modular based, which means you can add or remove features based on your need, without compromising the core system. It's highly customisable(*so are others*) but... *what sets Drupal apart is its robust modular architecture*, allowing for tailored functionalities **without constraints**. Additionally, Drupal excels in **scalability**; it can *handle high traffic and complex content structures*, making it ideal for everything from small blogs to large enterprise applications. It also has a strong community support and extensive library of modules ensure your site can evolve as your requirements grow.

---
That gives us a basic of Drupal. Now let's move on to implementation shall we.

I will be choosing the [[Drupal Project]] from the given list, as my teacher gave us assignment, you can choose any:
I will be choosing the [[drupal project setup|drupal project]] from the given list, as my teacher gave us assignment, you can choose any:
```
1. College website
2. Real estate system
Expand All @@ -24,4 +24,6 @@ I will be choosing the [[Drupal Project]] from the given list, as my teacher gav
5. E-learning system
6. School administration system
7. Clinic management system
```
```

Now let's move on to [[drupal project setup|drupal project]].
2 changes: 1 addition & 1 deletion content/6 - Base Notes/cms a brief introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ It's a software that is designed to create, manage and modify *digital content*
- Wired
- TED Blog, and [*many more*](https://wpclipboard.com/famous-brands-companies-using-wordpress/)...

- **[Drupal](https://drupal.org/)**: Drupal is also a very famous CMS, which is know for it's robust *security and scalability*. It uses modular architecture, meaning it is built upon collection of *independent modules* that allows developers to customize and extend the functionality of their websites easily. Each module can handle specific tasks, enabling users to create everything from simple sites to complex web applications without compromising performance or security. Some companies that are using this CMS for their websites are:
- **[Drupal](https://drupal.org/)**: [[Drupal]] is also a very famous CMS, which is know for it's robust *security and scalability*. It uses modular architecture, meaning it is built upon collection of *independent modules* that allows developers to customize and extend the functionality of their websites easily. Each module can handle specific tasks, enabling users to create everything from simple sites to complex web applications without compromising performance or security. Some companies that are using this CMS for their websites are:
- Tesla
- Nokia
- Oxford University
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Tags: [[how to create a drupal project?]]
# Drupal Project on Real Estate System
Subject: [[Content Management System]]

But before creating the project, let's first install all the prerequisites and setup our [[Drupal]] before moving onto creating this project.
## Prerequisites
- Choose the software based on your OS and install it:
- Windows: [WAMP](https://wampserver.aviatechno.net/)
Expand Down Expand Up @@ -43,9 +44,17 @@ Now let's get started for real o.O

- Step 1: go on your favourite browser O.o and visit `localhost` again but this time with a twist `localhost/YOUR-PROJECT-NAME` (the project name is the one that you gave to the folder present in the `www` folder.)
- Step 2: then we just need to follow the instructions and install the drupal
- 2.1: Choose profile: I went with `Standard`.
- **2.1**: Choose profile: I went with `Standard`.
- ![[drupal-profile.png]]
- 2.2: Choose whatever language you prefer
- **2.2**: Choose whatever language you prefer
- ![[drupal-language.png]]
- 2.3: Choose the database (for me it will be MySQL and `Database name` will be `real_estate_db`, `Database username` for me `adminji`)
- ![[drupal-database_configuration.png]]
- **2.3**: Choose the database (for me it will be MySQL and `Database name` will be `real_estate_db`, `Database username` for me `adminji`)
- ![[drupal-database_configuration.png]]
- **2.4**: Now we wait for Drupal profile to get installed and initialized
- ![[drupal-profile_initialization.png]]
- **2.5**: Now you have to input your Website's information, like `Site name`, `e-mail`, `Username` (don't get confused this username is for log in on the Drupal website not the database, that's different.) and off course `Password`, after filling all the details scroll a bit down and proceed by clicking on `Save and continue` button.
- ![[drupal-website_Information.png]]
- **2.6**: :D
- ![[drupal-installation_complete.png]]

Now, that we have installed the prerequisites and setup our drupal website let's move on to the next step creating the project :D.

0 comments on commit b29a47e

Please sign in to comment.