Ticket #557: README_MoreIntructions.patch
| File README_MoreIntructions.patch, 1.7 KB (added by JoshuaW, 4 years ago) |
|---|
-
README
26 26 27 27 =head1 Build system 28 28 29 The site is generated by running 29 To setup the environment for building the site perform the follwoing actions: 30 1) Make sure you have teh latest sources by choosing "SVN Update" on the root folder 31 2) Open a command prompt Start-->Run-->CMD-->"Enter" 32 To install the parent, Template tooklkit run "cpan parent Template Text::Unaccent::PurePerl" 33 Use the defualt settings (when asked questions like about XS just press "Enter") 34 2) When the above is finished run the follwing "cpan Path::Class" 35 3) When the above is finished run the follwing "cpan YAML::Tiny" 36 * The environment is now ready 37 38 The site is generated by running 39 (run the follwoing from the root folder \template.padre.perlide.org in the root of your source code, e.g."D:\Padre\template.padre.perlide.org") 30 40 31 perl Build.PL --sourcedir . --destdir ~/public_html/padre.perlide.org 41 42 perl Build.PL --sourcedir . --destdir ~/public_html/padre.perlide.org 43 ** Explanation of the above comand: 44 ** "perl Build.PL" means run the script called Build.PL using perl in order to generat the site's pages bassed on templates and so on. 45 ** "--sourcedir ." means that the source code to use during building the site will be taken from the directory from which you are running the perl command. 46 ** "--destdir ~/public_html/padre.perlide.org" means that the destination folder to which the site's pages to bu generated will be the path you entered. 32 47 ./Build 33 48 ./Build test 34 49 ./Build install
