This repository has been archived on 2023-07-05. You can view files and clone it, but cannot push or open issues/pull-requests.
notes/Terminal Tips/Shells/Internet/Hosting/Dreamhost.md

41 lines
1.8 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

# Dreamhost
Dreamhost is another hosting service to host web pages on. A bunch of dreamhost how-to's will be posted here as I figure out the process for it all.
---
- The file transfer protocol files will be managed through [here](https://panel.dreamhost.com/?tree=users.dashboard#), the Admin Panel.
- the current domain is `shwjay1.dreamhosters.com`
- shared hosting with PHP 8.0
- user is  [dh_6xnpuv](https://panel.dreamhost.com/?tree=users&subtab=users&current_step=Index&next_step=Edit&usid=3797568196))
- List of File Transfer Protocol softwares are found [here](https://help.dreamhost.com/hc/en-us/articles/215613107-List-of-FTP-client-software)
- Filezilla is what is noted to use in tutorials
- through [Dreamhost they also have their own built in web FTP](https://help.dreamhost.com/hc/en-us/articles/360003490852-Using-the-website-file-manager-in-the-panel) as well
- [Wordpress](https://www.dreamhost.com/blog/category/tutorials/) tutorials
---
### Some Youtube Video Walkthroughs
- [DreamHost - Full Tutorial about the Cpanel of this host](https://www.youtube.com/watch?v=S7zEuU__DgE)
- [CPanel Tutorial : How to Use File Manager to Upload Website Files](https://www.youtube.com/watch?v=MJ-TH_Om54w)
- [DreamHost - How To Setup Your 1st Website in 9 Minutes](https://www.youtube.com/watch?v=eC1ciYNfxlU)
- [How to Upload Files with FTP to DreamHost (WebFTP tutorial)]( https://www.youtube.com/watch?v=k8z0K3pW1jc)
---
### Uploading files through
Read[ this file ](https://help.dreamhost.com/hc/en-us/articles/115006086308-How-to-view-your-DreamHost-site-using-your-hosts-file)to see how to view files through Dreamhost before DNS transfer.
Type the following into terminal:
```
sudo nano /private/etc/hosts
```
then in the hosts editor type the following:
```
10.0.0.1  shwjay1.dreashosters.com
```