This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[Resource] Vagrant Box with Sentora and Ubuntu 14.04x64
#1
[Resource] Vagrant Box with Sentora and Ubuntu 14.04x64
Hello, I've created a Vagrant Box for local development.
It is usefull for multiple cases:
  • Web Development of Multiple Sites (you do not need to create a 500mb box for each project).
  • Sentora Development and Testing
  • Server Development and Testing
  • Local VPS
You can see this box on the Vagrant Repository - Atlas within Vanguardly Profile:
sentora-trusty64 Vagrant Box Information Page

Please Note: I love to help but I will NOT provide any support for Vagrant, you can read all about this amazing tool on the official Vagrant documentation (very complete!).

How to install?
You can use the default configs of Vagrant if you are experienced (see the links above), if you just want it up and running do the steps below:
  • Save the following text as Vagrantfile (no extension) on your directory
Code:
Vagrant.configure(2) do |config|
  config.vm.box = "Vanguardly/sentora-trusty64"
  config.vm.network "private_network", ip: "192.168.33.44"
  config.vm.hostname = "ctrl"
  config.vm.synced_folder ".", "/var/sentora/hostdata", :mount_options => ["dmode=777", "fmode=666"]
end
 
  • Run on the Terminal/Command Line
Code:
vagrant up
  • Add the Following Domains to your Hosts File
Code:
192.168.33.44   vagrant.dev
192.168.33.44   ctrl.vagrant.dev
  • You need to add to your hosts every development domain you create.
My Sentora Resources
[Module] Mail Quota Count | Vagrant Box with Sentora

[Image: vanguardly-logo-micro.png]
Graphic and Web Design. Development.
www.vanguardly.com


Reply
Thanks given by: TGates , ashok , berry9mathew


Possibly Related Threads…
Thread Author Replies Views Last Post
Update redirect to Sentora login to an error page if a sub domain does not exist TGates 0 1 ,827 01-28-2024, 06:20 AM
Last Post: TGates
Need Sentora HELP ? Alemiz 4 11 ,453 10-26-2018, 04:09 PM
Last Post: republicus
Sentora Feedback and Ideas Xversion 10 29 ,057 10-28-2017, 06:49 AM
Last Post: TGates

Forum Jump:


Users browsing this thread: 1 Guest(s)