17 lines
378 B
Markdown
17 lines
378 B
Markdown
This is my personal website.
|
|
|
|
Unless noted, software code is licensed under GPL License and all other content under CC-BY.
|
|
|
|
Based on:
|
|
|
|
* http://dpb587.me
|
|
* https://github.com/dpb587/dpb587.me
|
|
|
|
Installation...
|
|
|
|
$ virtualenv _python
|
|
$ _python/scripts/activate
|
|
$ php composer.phar install
|
|
$ pip install -r requirements.txt
|
|
|
|
You probably need PHP 5.3 and PECL intl |