Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Dev Setup | 5,802 | 9 months ago | 34 | other | Python | |||||
macOS development environment setup: Easy-to-understand instructions with automated setup scripts for developer tools like Vim, Sublime Text, Bash, iTerm, Python data analysis, Spark, Hadoop MapReduce, AWS, Heroku, JavaScript web development, Android development, common data stores, and dev-based OS X defaults. | ||||||||||
Onebody | 1,408 | 2 years ago | 12 | agpl-3.0 | Ruby | |||||
private member portal for churches, built with Ruby on Rails | ||||||||||
Lavagna | 607 | 3 months ago | 38 | December 30, 2021 | 28 | gpl-3.0 | Java | |||
Lavagna: issue tracker/project management tool | ||||||||||
Gbt | 523 | 2 months ago | 1 | June 18, 2021 | 2 | mit | Go | |||
Highly configurable prompt builder for Bash, ZSH and PowerShell written in Go. | ||||||||||
Laravel4 Vagrant | 499 | 8 years ago | 18 | Ruby | ||||||
Run Laravel4 inside a Ubuntu 12.04 Vagrant Virtual Machine w/PHP 5.5 | ||||||||||
Vagrant Php Dev Box | 478 | 3 years ago | 5 | |||||||
PHP 7 vagrant development box with nginx, php-fpm, MySQL, Symfony, Laravel, ... on Ubuntu 16.04 | ||||||||||
Ansible Playbooks | 466 | 5 years ago | 1 | mit | Python | |||||
Ansible playbook collection that have been written for Ubuntu. Some of the playbooks are Elasticsearch, Mesos, AWS, MySql, Sensu, Nginx etc.. | ||||||||||
Lodge | 462 | 4 years ago | 28 | mit | JavaScript | |||||
イントラネット内で誰でも構築できる情報共有サービス | ||||||||||
Vagrant Lamp Stack | 445 | 7 years ago | 13 | PHP | ||||||
A dead-simple LAMP stack without any bells and whistles for your basic Linux/Apache/MySQL/PHP install. | ||||||||||
Arcemu | 326 | 2 days ago | 112 | agpl-3.0 | C | |||||
World Of Warcraft 3.3.5a server package |
You just need Vagrant, VirtualBox and vagrant-hostmanager
Install vagrant-hostmanager as follows:
vagrant plugin install vagrant-hostmanager
Edit the Vagrantfile
: vim Vagrantfile
192.168.200.20
(192.168.200.1
is your machine)hostname
with the development domain of your websitedb_*
variables with your information or keep default valuesdocument_root
don't forget to change the synced directoryThen up
the VM: vagrant up
Now you can access to your Yii setup : http://www.yii2.dev
You need to use an SSH connection.
With the information below you can connect to the MySQL server running on the virtual machine.
If file exists database.sql.gz
in the main directory (where the Vagrantfile is), puppet will import the database during the first up
.
Per default the variable YII_DEBUG
is set to true for this Apache setup, but will be false automatically on deploy.
The virtualhost is set on the htdocs
directory.
MailCatcher is installed and configured into the /etc/php5/apache2/php.ini
file.
If mailcatcher is stopped: all emails are lost.
If mailcatcher is started: all emails are catched.
If you want to start MailCatcher, simply run this command (with vagrant user) : mailcatcher --ip 0.0.0.0
Then go to : http://www.yii2.dev:1080
If you need to stop the mailcatcher daemon : Clic on "Quit" on the top right corner of the MailCatcher Web UI.
Are installed:
Giving credit where credit is due. Almost all of the hard work on this was done here: monsieurbiz/vagrant-magento
I just forked and tweaked it to work well with Yii 2