-
Notifications
You must be signed in to change notification settings - Fork 3
Public website of the YAPC Europe Foundation
yapceurope/yef-www
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Instructions to create a local YEF website from the repo. # Download the yef website repo. $> git clone https://github.com/yapceurope/yef-www/ # Change location. $> cd yef-www/ # Make sure you have Template::Plugin::YAML installed. # Run the Template Toolkit commandline tool to build the site. $> ttree -a -v -l LIB -f .ttreerc -s . -d /tmp/yef # Point your browser at the newly created (local) site. $> firefox file:///tmp/yef/index.html # Not sure why, but on my box, all links point to /home/yapc/public_html # (explanation welcome), so I had to link to this location explicitly. $> ln -s /tmp/yef/ /home/yapc/public_html # The fully functional site is now here: $> firefox file:///home/yapc/public_html/index.html
About
Public website of the YAPC Europe Foundation
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published