<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Raspberry Pi &#8211; ZZ &amp; Joa</title>
	<atom:link href="https://blog.znjoa.com/tag/raspberry-pi/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.znjoa.com</link>
	<description>Work &#38; Life</description>
	<lastBuildDate>Sat, 01 Mar 2025 14:30:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.znjoa.com/wp-content/uploads/2022/11/cropped-DALL·E-2022-11-23-19.39.49-USSR-style-poster-of-VR-and-AR-150x150.jpg</url>
	<title>Raspberry Pi &#8211; ZZ &amp; Joa</title>
	<link>https://blog.znjoa.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">192961540</site>	<item>
		<title>Installing Overleaf server (community edition) on Raspberry Pi</title>
		<link>https://blog.znjoa.com/2024/11/24/installing-overleaf-community-edition-on-raspberry-pi/</link>
					<comments>https://blog.znjoa.com/2024/11/24/installing-overleaf-community-edition-on-raspberry-pi/#comments</comments>
		
		<dc:creator><![CDATA[Zz]]></dc:creator>
		<pubDate>Sun, 24 Nov 2024 21:51:20 +0000</pubDate>
				<category><![CDATA[RPi]]></category>
		<category><![CDATA[Arm64]]></category>
		<category><![CDATA[Overleaf]]></category>
		<category><![CDATA[Overleaf CE]]></category>
		<category><![CDATA[Overleaf community editon]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<guid isPermaLink="false">https://www.znjoa.com/?p=299</guid>

					<description><![CDATA[Get toolkit cd ~ git clone https://github.com/overleaf/toolkit.git cd toolkit bin/init Change listening IP and port sudo&#46;&#46;&#46;]]></description>
										<content:encoded><![CDATA[<h2>Get toolkit</h2>
<pre class="EnlighterJSRAW" data-enlighter-language="bash">cd ~
git clone https://github.com/overleaf/toolkit.git
cd toolkit
bin/init
</pre>
<h2>Change listening IP and port</h2>
<pre class="EnlighterJSRAW" data-enlighter-language="bash">sudo vim config/overleaf.rc
</pre>
<ul>
<li>change <code>YourPORTChoice</code> in <code>OVERLEAF_PORT=YourPORTChoice</code></li>
<li>change  <code>OVERLEAF_LISTEN_IP</code>to <code>0.0.0.0</code></li>
</ul>
<h2>Build docker images for ARM</h2>
<p>This is the key part. One needs to build the arm version of the docker images using the command below.</p>
<pre class="EnlighterJSRAW" data-enlighter-language="bash">cd ~<br />git clone https://github.com/overleaf/overleaf.git
cd overleaf/server-ce

make ARCH=arm build-base
make ARCH=arm build-community</pre>
<h2>Change image names</h2>
<p>The image needs to be renamed, correponding to the version mentioned in the version file below.</p>
<pre class="EnlighterJSRAW" data-enlighter-language="bash">docker image tag sharelatex/sharelatex:main sharelatex/sharelatex: x.x.x</pre>
<pre>Note:<br />- <code>x.x.x</code> comes from ~/toolkit/config/version</pre>
<h2>Start service</h2>
<pre class="EnlighterJSRAW" data-enlighter-language="bash">bin/up -d</pre>
<h2>Verify the service is accessible</h2>
<ul>
<li>Access the below link in your browser:</li>
</ul>
<pre class="EnlighterJSRAW" data-enlighter-language="bash">YourServerIP:YourPORTChoice</pre>


<h2 class="wp-block-heading">Creating a new user</h2>



<pre class="wp-block-code"><code>bin/docker-compose exec sharelatex /bin/bash -ce "cd /overleaf/services/web &amp;&amp; node modules/server-ce-scripts/scripts/add-user --email=your_email_address"</code></pre>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.znjoa.com/2024/11/24/installing-overleaf-community-edition-on-raspberry-pi/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">299</post-id>	</item>
	</channel>
</rss>
