Skip to content

Arnianor/CVGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

CVGenerator

Website with Laravel framework to create your own CV online

How to start local development

Using Homestead as a LAMP Stack

  1. Install VirtualBox 5.x
  2. Install Vagrant
  3. Open a command prompt and type in the following:
vagrant box add laravel/homestead
  1. Navigate to a folder where you want to have your Homestead virtual machine configuration then type:
$git clone https://github.com/laravel/homestead.git Homestead
  1. Navigate to the Homestead folder.
cd Homestead
  1. Once the cloning has finished, run the initialisation by typing:
$bash init.sh

Configuring Homestead.yaml

The configuration files are located on Linux in the following folder:

~/.homestead

and on Windows:

%USERPROFILE%/.homestead

Open Homestead.yaml. The following lines must be set, the values between [ ] are user defined:

---
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox

authorize: ~/.ssh/[The public key name].pub

keys:
    - ~/.ssh/[The private key name]

folders:
    - map: [Windows path to repository]/CVGenerator
      to: /home/vagrant/Code

sites:
    - map: homestead.app
      to: /home/vagrant/Code/framework/public

Adding Laravel to your machine and starting up

  1. Install Laravel
  2. Type in the command
    laravel new [App name]
  3. Clone this repository in another folder.
  4. Navigate to the framework folder and edit .env.example then rename it to .env. or you can just copy the one from [App name]
  5. Modify your ngix file to point to framework/public where the index.php file is located.

About

Website with Laravel framework to create your own CV online

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages