<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Unable to access Rails Console from web terminal]]></title><description><![CDATA[<p dir="auto">As described in the documentation here (<a href="https://docs.cloudron.io/apps/gitlab/#rails-console" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/apps/gitlab/#rails-console</a>), if I log as git user with</p>
<pre><code>su git
</code></pre>
<p dir="auto">and then</p>
<pre><code>bundle exec rails c -e production
</code></pre>
<p dir="auto">gives me the following error :</p>
<pre><code>`/home/git` is not writable.
Bundler will use `/tmp/bundler20240220-1318-vc5wvk1318' as your home directory temporarily.
bundler: command not found: rails
Install missing gem executables with `bundle install`
</code></pre>
<p dir="auto">Here is the output for "ls -la" on the folder git :</p>
<pre><code>drwxr-xr-x 1 git      git      4096 Feb  7 16:50 git
</code></pre>
<p dir="auto">This is a fresh install, there is nothing imported yet inside my instance. I was initially trying to reset the admin password to be able to import another gitlab into this one, without success.</p>
]]></description><link>https://forum.cloudron.io/topic/11144/unable-to-access-rails-console-from-web-terminal</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 20:34:15 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/11144.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 20 Feb 2024 10:28:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unable to access Rails Console from web terminal on Tue, 20 Feb 2024 14:01:33 GMT]]></title><description><![CDATA[<p dir="auto">Damned, it was too obvious to be seen.</p>
<p dir="auto">It works, thanks <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=74f512c8ff7" class="not-responsive emoji emoji-android emoji--smile" style="height:23px;width:auto;vertical-align:middle" title=":D" alt="😄" /></p>
]]></description><link>https://forum.cloudron.io/post/83651</link><guid isPermaLink="true">https://forum.cloudron.io/post/83651</guid><dc:creator><![CDATA[Zoldir]]></dc:creator><pubDate>Tue, 20 Feb 2024 14:01:33 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to access Rails Console from web terminal on Tue, 20 Feb 2024 10:40:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zoldir" aria-label="Profile: Zoldir">@<bdi>Zoldir</bdi></a> have you tried "sudo -u git bundle exec rails c -e production" ? The su seems like a typo.</p>
]]></description><link>https://forum.cloudron.io/post/83638</link><guid isPermaLink="true">https://forum.cloudron.io/post/83638</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 20 Feb 2024 10:40:14 GMT</pubDate></item></channel></rss>