Skip to content

Commit

Permalink
Vagrant example configs for paralapraca project
Browse files Browse the repository at this point in the history
  • Loading branch information
brunosmartin committed Jul 30, 2016
1 parent e3ba441 commit 8185ebc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,9 @@ Vagrant.configure('2') do |config|
config.vm.network "forwarded_port", guest: 8000, host: 8000
config.ssh.username = TIMTEC_USER
config.vm.synced_folder "./", "/home/" + TIMTEC_USER + "/timtec/", create: true
# Uncomment following line if your are developing paralapraca theme or django-discussion app.
# Set paths according to your needs.
# config.vm.synced_folder "../django-discussion/", "/home/" + TIMTEC_USER + "/django-discussion/", create: true
# config.vm.synced_folder "../paralapraca/", "/home/" + TIMTEC_USER + "/paralapraca/", create: true

end

0 comments on commit 8185ebc

Please sign in to comment.