<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.memcp.org/index.php?action=history&amp;feed=atom&amp;title=Install_MemCP_with_Docker</id>
	<title>Install MemCP with Docker - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.memcp.org/index.php?action=history&amp;feed=atom&amp;title=Install_MemCP_with_Docker"/>
	<link rel="alternate" type="text/html" href="https://www.memcp.org/index.php?title=Install_MemCP_with_Docker&amp;action=history"/>
	<updated>2026-04-16T13:43:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>https://www.memcp.org/index.php?title=Install_MemCP_with_Docker&amp;diff=52&amp;oldid=prev</id>
		<title>Carli: Created page with &quot;To build the image the first time:  git clone https://github.com/launix-de/memcp  cd memcp  docker build . -t memcp For app development and to enter the Scheme console:  mkdir data  docker run -v data:/data -it -p 4321:4321 -p 3307:3307 memcp To run your custom Scheme apps (like the one from RDF templating and model driven development):  make data  docker run -e PARAMS=&quot;lib/main.scm apps/minigame.scm&quot; -v data:/data -it -p 4321:4321 -p 3307:3307 memcp During productio...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.memcp.org/index.php?title=Install_MemCP_with_Docker&amp;diff=52&amp;oldid=prev"/>
		<updated>2024-05-17T15:10:12Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;To build the image the first time:  git clone https://github.com/launix-de/memcp  cd memcp  docker build . -t memcp For app development and to enter the Scheme console:  mkdir data  docker run -v data:/data -it -p 4321:4321 -p 3307:3307 memcp To run your custom Scheme apps (like the one from &lt;a href=&quot;/index.php?title=RDF_templating_and_model_driven_development&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;RDF templating and model driven development (page does not exist)&quot;&gt;RDF templating and model driven development&lt;/a&gt;):  make data  docker run -e PARAMS=&amp;quot;lib/main.scm apps/minigame.scm&amp;quot; -v data:/data -it -p 4321:4321 -p 3307:3307 memcp During productio...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;To build the image the first time:&lt;br /&gt;
 git clone https://github.com/launix-de/memcp&lt;br /&gt;
 cd memcp&lt;br /&gt;
 docker build . -t memcp&lt;br /&gt;
For app development and to enter the Scheme console:&lt;br /&gt;
 mkdir data&lt;br /&gt;
 docker run -v data:/data -it -p 4321:4321 -p 3307:3307 memcp&lt;br /&gt;
To run your custom Scheme apps (like the one from [[RDF templating and model driven development]]):&lt;br /&gt;
 make data&lt;br /&gt;
 docker run -e PARAMS=&amp;quot;lib/main.scm apps/minigame.scm&amp;quot; -v data:/data -it -p 4321:4321 -p 3307:3307 memcp&lt;br /&gt;
During production without Scheme console and with a service model and a global data store:&lt;br /&gt;
 mkdir /var/memcp&lt;br /&gt;
 docker run -v /var/memcp:/data -di -p 4321:4321 -p 3307:3307 --restart unless-stopped memcp&lt;/div&gt;</summary>
		<author><name>Carli</name></author>
	</entry>
</feed>