X-Original-To: alpine-user@lists.alpinelinux.org Received: from mail.toastin.space (mail.toastin.space [207.246.93.162]) by lists.alpinelinux.org (Postfix) with ESMTP id 01758F815D3 for ; Sat, 2 Mar 2019 19:54:14 +0000 (UTC) Received: from mail.toastin.space (localhost [127.0.0.1]) by mail.toastin.space (OpenSMTPD) with ESMTP id 27d7b6b7 for ; Sat, 2 Mar 2019 14:54:13 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=toastin.space; h=subject :to:references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=ml; bh=uuYAHQFpAmB4Ch vsNWa+bdA8YPU=; b=s8u7zlhZt6+J9LsBoV9zXrustgd1z5cl8SeQ7LrbYcONxp WcsijGHrL3Xzs9GPqwQaOlHGeoReoMEwJJeQ5hb0lDbLlJZHHsb5Ouxr+qHtNWKi /qO5bO0QxyCauBE0SQpHP3cVubgL61Og7K6aIOZ80XpmI0Pf+WtGooh58dwyHh7V ktlWExKjzCsCsgX8ed3nmnDWlx8InshYeUCvmDP5n+nxVRN3Q9n7jzbKM+Ikh3JY 6W21+lknCqda8U3Ahq3Bh8IYRC2BULM5dLUD7+UlU5LiYR5mMaGjmH62XcVxusbD JqUAlnCqvBIueQOvOYTm29pEtC5utp3zY8iH92QA== DomainKey-Signature: a=rsa-sha1; c=nofws; d=toastin.space; h=subject:to :references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; q=dns; s=ml; b=NjW+ga84 MaOkUpKezfE0i+EGMDYsIlwUekix7asGyBwFRxcuebOClv/sZd5O23SdVP1S6EvP 4XLaO3ZcxwIptj3pHR2Xwsds+vNiTzEcqkHbO9AHgRURYsSk8gw5hxKC+8weWknU VFjxCcjT02MBF+gY+yDK+ON2w2rQIbHPZAOHnsdqDtR8qO+P9QwW4nxWDfa7jFHa s4vF+bo91YK0DDzthxSjnoFs7wVUOuhnKv5o1NYNkUsv9uFw7Whn/XDIE6vlAyU1 IyfLE+CcK+/5qs2NRyRvuhFmTjtpeJo18wUaLSR2oGz+Qwe51jRvsvTuf0xlsqDb QnCxsiZMpi+OxQ== Received: from [192.168.0.135] (173-246-15-165.qc.cable.ebox.net [173.246.15.165]) by mail.toastin.space (OpenSMTPD) with ESMTPSA id b2f3b9a2 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Sat, 2 Mar 2019 14:54:13 -0500 (EST) Subject: Re: [alpine-user] LAMP setup To: alpine-user@lists.alpinelinux.org References: From: Chloe Kudryavtsev Message-ID: Date: Sat, 2 Mar 2019 14:54:11 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:66.0) Gecko/20100101 Thunderbird/66.0 X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Hi, On 3/2/2019 12:50 PM, daffodil-11@protonmail.ch wrote: > I'm new to alpine and am planning to set up a dedicated LAMP on it. Is there anything I should know going into it that differs greatly from setting it up on an Ubuntu machine for which I have practical experience? Alpine has two large (technical) differentiating details from Ubuntu. 1. We use the musl libc instead of glibc. This should not mean much in your use-case, since Apache, MySQL and PHP are all available. 2. We use openrc instead of systemd/sysv/upstart (and so on). This *will* affect you, but it should not be particularly significant. It basically means that enabling/disabling/starting/stopping services will work a bit differently. However, such basic usage is quite simple, and you should not have any particular problems. --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---