2013/11/29 Matthew Dittmer <dittmer.matthew@xxxxxxxxx>: > Elad, > > Thank you for the prompt reply. I have been using "make && make test" > and it has been working fine. Only in the last day it now builds a > page that with the title "Index of /" and lists "about.html.xx" where > "xx" is the language code in column. This happens on all branches, > even master. Do you have any other suggestions? > > Thank you, > Matt > > On Fri, Nov 29, 2013 at 3:09 PM, Elad Alfassa <elad@xxxxxxxxxxxxxxxxx> wrote: >> make && make test >> >> it'll start a local webserver for testing on (iirc) port 5000. >> >> >> On Fri, Nov 29, 2013 at 11:06 PM, Matthew Dittmer >> <dittmer.matthew@xxxxxxxxx> wrote: >>> >>> Team, >>> >>> I noticed that make only gives me a page with links instead of the >>> pages. Do you have advice on how I can fix this issue? >>> >>> Thank you, >>> Matt >>> -- >>> websites mailing list >>> websites@xxxxxxxxxxxxxxxxxxxxxxx >>> https://admin.fedoraproject.org/mailman/listinfo/websites >> >> >> >> >> -- >> -Elad Alfassa. > -- > websites mailing list > websites@xxxxxxxxxxxxxxxxxxxxxxx > https://admin.fedoraproject.org/mailman/listinfo/websites Hi Matt, you should be able to run all branches in a test instance. You need to be in the site directory you want to build, i.e. fedoraproject.org, and run: $ make test This will build all the languages, so it's rather long. As you're running a test instance and probably don't want to have all the languages, unless you want to fix translation issues, you can also build a single language, for example: $ make en test This will build the pages in english. To stop the instance, do: $ make stoptest See you. -- Robert Mayr (robyduck) -- websites mailing list websites@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/websites