Skip to content

Virtualised local server using Vagrant, Ubuntu 12.04, and Vesta Control Panel. All are open source and free.

Notifications You must be signed in to change notification settings

shawnsmithco/localserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

localserver

Virtualised local server using Vagrant, Ubuntu 12.04, and Vesta Control Panel. All are open source and free.

  • using the minimum and lightweight provisioner: shell provisioner
  • using the most commonly used provider: virtualbox
  • using the most famous and stable box/os: Ubuntu 12.04 x64
  • Web Server
  • DNS Server
  • Database Server
  • Mail Server
  • FTP Server
  • Nginx out of the box
  • SSL certificates & SNI
  • Wildcard support
  • Configuration Templates
  • DKIM support
  • Fast Backups
  • System Monitoring
  • AntiSpam / Antivirus
  • WHMCS billing support
  • EPEL integration
  • Simple and Clean GUI
  • Powerful CLI
  • Reliable Platform
  • Open Data Format
  • GPL v3 License
  • Multilingual User Interface

System Requirements

  • Vagrant
  • Virtualbox
  • (optional) git, to clone the project via command line interface (cli)

How to install

Clone the project

git clone git@github.com:timothyescopete/localserver.git

Go to the cloned project

cd localserver

Create the virtual server

vagrant up

Optional Configuration

Private Network IP Address

  config.vm.network :private_network, ip: "192.168.88.88"

Allocated RAM

  config.vm.provider :virtualbox do |vb|
    vb.customize ["modifyvm", :id, "--memory", "1024"]
  end

Remaining To Do's and Goals

  • include in the process, the installation of ZSH shell and Oh My ZSH
  • independent Vesta installer
  • auto symlink respective public_html directory into the vagrant synced directory for easy access from host machine, each time a website is added by any user created
  • check for ruby installation, and if there is none, install ruby, gems and compass
  • the git master branch is for local deploy, to deploy to digital ocean, I will add digitalocean branch
  • deployment to AWS, and other services may be possible in the future

Support

Support is limited to the installation process only, and errors it may produce.

License

All used in this project are open source, and free. Automated by Timothy E.

About

Virtualised local server using Vagrant, Ubuntu 12.04, and Vesta Control Panel. All are open source and free.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%