-
Clone this repo
-
Set the new host and ip in ./VagrantFile
-
Create the file ./puppet/manifests/git_config.pp (use /puppet/manifests/git_config.pp.dist as reference)
-
Change the origin repo to the new repository (
git remote remove origin; git remote add origin [NEW-GIT-REMOTE]
) -
Change the readme file with instructions on how to setup that project
-
Add the host to your computer (use the configured IP in the Vagrantfile)
-
Start vagrant (
vagrant up
from the root of this repo) -
Login to the computer (
vagrant ssh
from the root of this repo) -
Go to /vagrant/project
-
Configure your app/config.yml file
-
Run
composer update
to get the vendors -
Run the required app/console commands:
app/console assets:install web --symlink; app/console assetic:dump
-
Notifications
You must be signed in to change notification settings - Fork 0
codeNotion/rpgit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
RPGit
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published