Skip to content

perprogramming/perprogramming-website

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 

perprogramming.github.com

This repository contains everything required to generate the sources of my website http://perprogramming.de.

git clone https://github.com/perprogramming/perprogramming-website.git
cd perprogramming-website
curl -sS https://getcomposer.org/installer | php
./composer.phar install
echo "parameters:
    secret: someSecret
    output.dir: /tmp/
" > app/config/parameters.yml
vendor/bin/sculpin generate --server

After that you should be able to open the website with http://127.0.0.1:8000.

The definition of the website is in the subdirectory "source".

The final sources are generated to the directory "output.dir" defined in app/config/parameters.yml and can be hosted statically.

About

My website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages