Skip to content

Commit

Permalink
spaced sub-heads
Browse files Browse the repository at this point in the history
properly spaced the sub-heads for easy reading and modified repo description
  • Loading branch information
mmekut authored Sep 10, 2019
1 parent 42f5a67 commit 9b9baa3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# risingstar
Vagrant-Powered LEMP Server
LEMP Server VM

A Virtual Machine with LEMP/LEMU Server for development and testing built using Hashicorp Vagrant, Oracle Virtualbox (VM tool) and fully provisioned with Ansible orchestration software from RedHat.

Expand All @@ -22,6 +22,7 @@ The VM builds with bento/ubuntu-18.10 box (ubuntu-cosmic) from vagrant cloud and
The VM is designed primarily for PHP 7 development but installs latest perl, nodejs, ruby and python interpreters as well as gcc/make tools for development in other languages.



BASIC REQUIREMENTS

To run this VM, your pc must be on Windows 7 SP1 (64-bit --- though i run mine on 32-bit but it is not advisable) with powershell 3.0 and above, Windows 8.1 and Windows 10.
Expand All @@ -30,6 +31,8 @@ Your pc must be connected to a power supply and broadband internet before firing

It is highly recommended to peruse the vagrant doc at vagrantup.com/docs if you are new to vagrant and virtualization.



SET-UP

- Download and install latest Vagrant.
Expand All @@ -42,6 +45,8 @@ SET-UP
- To access the HTTP server from a browser using a name (e.g sweetgeez.local), You will need to edit your host file at windows/system32/drivers/etc/hosts with notepad running as an administrator. Then map your preferred hostname to the IP found in the vagrantfile ELSE you will be accessing the server using the IP in the vagrantfile. NOTE: Vagrant can do this automatically with the hostname plugin but I prefer doing things manually to understand the process better.




CONFIGURATION

To customize the VM configuration, open the vagrantfile and modify its content before running vagrant up command.
Expand All @@ -51,6 +56,8 @@ Ansible roles variables are found in ansible/var/all.yml. If you want to install
Always use the relevant docs before starting this VM OR you can use the issue queue to ask questions for clarification.




USAGE

Copy your project directory inside the 'www' folder OR create a new project directory. The 'www' folder is synced with /var/www/rising in the VM. You can create and edit your project files on your PC using your favorite IDE or text editor.
Expand Down

0 comments on commit 9b9baa3

Please sign in to comment.