← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~widelands-dev/widelands-website/widelands_trunk_binaries into lp:widelands-website

 

Review: Approve

LGTM - 2 tiny nits.

Diff comments:

> === modified file 'README.txt'
> --- README.txt	2017-01-21 13:01:18 +0000
> +++ README.txt	2017-04-05 18:06:36 +0000
> @@ -113,8 +113,27 @@
>  See also https://docs.djangoproject.com/en/dev/ref/django-admin/#examples-of-using-different-ports-and-addresses
>  for further details.
>  
> +Dependencies between website and widelands source code
> +======================================================
> +
> +Some parts of the website needs access to the source code of widelands:

needs -> need

> +
> +* Online help/Encyclopedia
> +* Possibility to upload a map onto the local website
> +* Source code documentation
> +
> +You will need the widelands source code for this, see
> +
> +https://wl.widelands.org/wiki/BzrPrimer/
> +
> +After the source code is downloaded, adjust the path of 
> +
> +WIDELANDS_SVN_DIR
> +
> +in local_settings.py to the path where the widelands source code is found.
> +
>  Setting up the online help / encyclopedia
> -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> +-----------------------------------------
>  
>  You will need graphviz to generate the graphs for the online help. On Ubuntu run:
>  
> @@ -155,6 +170,14 @@
>  
>  Open http://localhost:8000/docs/wl/ to test if everything is working.
>  
> +Uploading a map to the local website
> +------------------------------------
> +
> +Compile the widelands binarys by using the compile.sh script

binarys -> binaries

> +
> +   $ ./compile.sh
> +
> +Now you should be able to upload a map onto your local website.
>  
>  Contact
>  =======


-- 
https://code.launchpad.net/~widelands-dev/widelands-website/widelands_trunk_binaries/+merge/319233
Your team Widelands Developers is subscribed to branch lp:widelands-website.


References