| Home » Categories » Multiple Categories |
How To Launch Your Site on a New Ubuntu 12.04 Server with LAMP, SFTP, and DNS |
|
Article Number: 175 | Rating: Unrated | Last Updated: Tue, Sep 23, 2025 at 11:20 PM
|
This article will take you from a fresh, new server to an online, working site. The following article will combine the relevant articles into a cohesive step by step to guide to set up your personal site on an Ubuntu server.
Basic Server SetupAfter you have created your first server, you can start to secure it and create new users. Although this step is not required, nor are all the changes made in the tutorial necessary, it will begin to secure your server: Initial Server Setup. Install LAMPSubsequently, we need to start setting up the server programs. A strong foundation for the server is the traditional LAMP stack: Linux (automatically installed on the server), Apache, MySQL, and PHP, a web server, database server and programming language, respectively. Prior to setting up our personal site, we need to be sure that LAMP Stack is installed on the server. Set Up Your DomainIn order to ensure that your site will be up and visible, you should set up your DNS to point your domain towards your new server. The basic setup is almost all automatic, requiring you to only enter your domain and the IP address of the server that you are looking to host your site on. You can find more information on Setting Up a Hostname by following the link. Connect with SFTPNow your site should be up and connected, and, once the records have propagated, you should be able to see the standard Apache, "It Works!" page by visiting your domain in the browser. If you would like to visit your site before the records have been updated, you can access it by typing your server's IP address in the browser. Now it is time to bring out the big guns: ie. Customizing your setup so that you can upload your own pages to your site. In order to do this, you need to install and configure an SFTP client. Filezilla is a great program to use. You can download Filezilla from their site. Once it’s downloaded and installed, start it running. To begin transferring files, open up the Filezilla and within the file manager, open up the site manager options: ![]()
Clicking connect will now allow you to transfer files from your computer to your server and build your site: be sure to drag them from your local directory on your left into your web directory (very likely /var/www) in frame on the right:
|
Attachments
There are no attachments for this article.
|
Installing and Using the Vim Text Editor on a Cloud Server
Viewed 3193 times since Fri, Dec 27, 2013
Initial Server Setup with CentOS 6
Viewed 2769 times since Thu, Dec 26, 2013
How To Create Nagios Plugins With Perl On Ubuntu 12.10
Viewed 2873 times since Sat, Jan 4, 2014
How To Create and Manage Databases in MySQL and MariaDB on a Cloud Server
Viewed 3466 times since Thu, Dec 26, 2013
How To Install Nagios On Ubuntu 12.10
Viewed 3184 times since Sat, Jan 4, 2014
How To Use ps, kill, and nice to Manage Processes in Linux
Viewed 3494 times since Thu, Dec 26, 2013
How To Change Themes and Adjust Settings in Ghost
Viewed 4940 times since Thu, Dec 26, 2013
How To Set Up vsftpd on CentOS 6
Viewed 2847 times since Thu, Dec 26, 2013
How to Setup Additional Entropy for Cloud Servers Using Haveged
Viewed 3234 times since Sat, Jan 4, 2014
How To Use CakePHP to Create a Small Web Application
Viewed 3721 times since Fri, Jan 3, 2014
|

