Develpreneur Blog • Latest
Latest Posts
Fresh thinking, practical patterns, and lessons that compound — built for developers who want to ship, lead, and build momentum.
Welcome to the Develpreneur Developer Introductory Course. We have made this course a great place to start for any of our offerings. The concepts and software we build here will be a basis for…
An Introduction to WordPress
WordPress is one of the most widely used blogging platforms on the web. This introductory course will teach cover the inner workings of WordPress and show the student how to build their very own…
Native LAMP on Amazon AWS
Although there are many ways to get LAMP bundles setup on Amazon EC2, here is a quick way to get your environment going with minimal overhead.
Using FileZilla With Amazon’s EC2
Filezilla is a great tool for moving files among servers, but it needs a little help to work with Amazon's EC2. This tutorial will help you get going on an EC2 server.
Common WordPress Config Problem
Many users encounter problems when they try to setup a new WordPress instance. Most of these problems arise around how the Wordpress Config is setup.
Getting Started With Simple Storage Service (S3)
Amazon's S3 (Simple Storage Service) is a low-cost storage solution aimed at quick retrieval. Setup is as easy as following these steps...
Creating a user account on an EC2 instance
An EC2 instance provides an ec2-user account when you create an instance. It is best to create your user account and treat ec2-user like a root account.
Configure security and Connect to your EC2 instance
This is a quick tutorial for connecting to your ec2 server from the Mac/Linux command line or using the Windows putty application.
Elastic IP Creation and Assignment in AWS
It helps to have a reserved address for your AWS EC2 server. This is accomplished via an elastic IP address and is easy to do by following these steps...
EC2 Server Setup using the Amazon free tier
Take advantage of Amazon's free tier to build your own server (EC2) that you can use as a web server, file server, database, or for a number of other purposes