From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id DD64AE009DC; Mon, 27 Jun 2016 08:25:13 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [134.134.136.65 listed in list.dnswl.org] Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9EAF1E009B4 for ; Mon, 27 Jun 2016 08:25:10 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 27 Jun 2016 08:25:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,537,1459839600"; d="scan'208";a="984152073" Received: from linux.intel.com ([10.54.29.200]) by orsmga001.jf.intel.com with ESMTP; 27 Jun 2016 08:25:01 -0700 Received: from ed.fi.intel.com (ed.fi.intel.com [10.237.72.179]) by linux.intel.com (Postfix) with ESMTP id F24AF6A4082 for ; Mon, 27 Jun 2016 08:24:56 -0700 (PDT) From: Ed Bartosh To: toaster@yoctoproject.org Date: Mon, 27 Jun 2016 18:24:41 +0300 Message-Id: X-Mailer: git-send-email 2.6.6 Subject: [PATCH 00/10] Toaster documentation update X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2016 15:25:13 -0000 Hi, This patchset contains changes to Toaster documentation caused by the switch to Python 3: - usage of pip3 --user in favor of virtualenv - usage of mod_wsgi for python 3 - changed list of required packages There are also changes unrelated to Python 3: - added instructions for production setup on OpenSUSE Leap 42.1 - changed instructions for apache as it's upgraded to 2.4 in the latest distro versions - used isolated setup for runbuilds using screen/tmux terminal multiplexers The setup was tested mainly on OpenSUSE leap 42.1 host and partly in docker containers for Ubuntu 16.04 LTS and Fedora 24. Note: While working on this and looking at new ways of delivering software opened by Docker I tend to think that we should start building preconfigured docker containers for Toaster instead of maintaining setup and deployment instructions. The following changes since commit d9c6c6e1a241913fae26bf97030965ef89b91b0f: toaster: remove SSTATE_MIRRORS from projectconf (2016-06-24 16:05:19 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ed/toaster/python3-documentation http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/python3-documentation Ed Bartosh (9): toaster-manual: update distro versions toaster-manual: update list of packages toaster-manual: add list of packages for openSUSE toaster-manual: add instructions to create user toaster-manual: change mysql driver toaster-manual: add instructions for OpenSUSE toaster-manual: update apache configuration file toaster-manual: update runbuilds instructions toaster-manual: add OpenSUSE to the list of distros brian avery (1): toaster-manual: Switch to pip3 dependency installer .../toaster-manual-setup-and-use.xml | 95 +++++++++++++--------- .../toaster-manual/toaster-manual-start.xml | 72 +++++----------- 2 files changed, 77 insertions(+), 90 deletions(-) -- Regards, Ed