<?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[First Log In Screen]]></title><description><![CDATA[<p dir="auto">I am working on my first test for Fusion Auth.<br />
I have started up the Fusion Dashboard.  I have Docker active.<br />
I am using PHP.<br />
I have been given this link for setting up my first Log In screen<br />
<a href="https://fusionauth.io/docs/sdks/php#example-apps" rel="nofollow ugc">https://fusionauth.io/docs/sdks/php#example-apps</a></p>
<p dir="auto">I have gone to the first two URLs and activated them.</p>
<p dir="auto">I have then created a PHP file following the instructions as below:</p>
<p dir="auto"><img src="/community/forum/assets/uploads/files/1702677474470-58892dec-d0dd-4ed6-8188-d4f9adae5847-image.png" alt="58892dec-d0dd-4ed6-8188-d4f9adae5847-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">The result when running is:<br />
<img src="/community/forum/assets/uploads/files/1702677612032-9b27ba08-ce51-4019-bcc2-54db163914ae-image.png" alt="9b27ba08-ce51-4019-bcc2-54db163914ae-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">What am I doing wrong?</p>
<p dir="auto">Mike</p>
]]></description><link>https://fusionauth.io/community/forum/topic/2581/first-log-in-screen</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 16:02:31 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/2581.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 15 Dec 2023 22:02:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to First Log In Screen on Wed, 17 Jan 2024 21:38:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2776">@mike123</a> Can you please try with a capital "S" vs lowercase "s?"</p>
<pre><code>php -S localhost:9012 -t public
</code></pre>
]]></description><link>https://fusionauth.io/community/forum/post/6982</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6982</guid><dc:creator><![CDATA[mark.robustelli]]></dc:creator><pubDate>Wed, 17 Jan 2024 21:38:41 GMT</pubDate></item><item><title><![CDATA[Reply to First Log In Screen on Sun, 14 Jan 2024 01:19:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2507">@mark-robustelli</a><br />
I have studied this further, I was using a small s instead of a capital S in the line<br />
"php -S localhost:9012 -t public".<br />
With that change I was able to get the server running with a steam of code as below.<br />
The stream stopped on the last line with the cursor flashing for 1 hour. I finally shut it down.<br />
The web site comes up with the coin picture but clicking on the LogIn button generates an error message.<br />
I don't think this is ready for prime time in Windows 11.<br />
<img src="/community/forum/assets/uploads/files/1705195116934-0f8dd8d3-d608-4d9b-a475-040eb365debf-pict4.jpg" alt="0f8dd8d3-d608-4d9b-a475-040eb365debf-PICT4.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://fusionauth.io/community/forum/post/6987</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6987</guid><dc:creator><![CDATA[Mike123]]></dc:creator><pubDate>Sun, 14 Jan 2024 01:19:05 GMT</pubDate></item><item><title><![CDATA[Reply to First Log In Screen on Sat, 13 Jan 2024 10:07:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2507">@mark-robustelli</a><br />
Yes. I am in the complete-installation folder</p>
<p dir="auto">See screen capture below:<br />
<img src="/community/forum/assets/uploads/files/1705140391144-a29894c6-325f-4151-b277-7baed390c4c8-pict3.jpg" alt="a29894c6-325f-4151-b277-7baed390c4c8-PICT3.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://fusionauth.io/community/forum/post/6981</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6981</guid><dc:creator><![CDATA[Mike123]]></dc:creator><pubDate>Sat, 13 Jan 2024 10:07:19 GMT</pubDate></item><item><title><![CDATA[Reply to First Log In Screen on Fri, 12 Jan 2024 14:57:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2776">@mike123</a> from which folder are you running the</p>
<pre><code>"php -S localhost:9012 -t public"
</code></pre>
<p dir="auto">command?</p>
<p dir="auto">You should make sure you are in the "complete-application" folder when running that command.</p>
<pre><code>cd complete-application
composer install
php -S localhost:9012 -t public
</code></pre>
]]></description><link>https://fusionauth.io/community/forum/post/6978</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6978</guid><dc:creator><![CDATA[mark.robustelli]]></dc:creator><pubDate>Fri, 12 Jan 2024 14:57:30 GMT</pubDate></item><item><title><![CDATA[Reply to First Log In Screen on Fri, 12 Jan 2024 14:53:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2776">@mike123</a> So, I'm not sure what your directory structure looks like, but is it possible the "complete-application" directory is not in the donca folder?  You should look for the "complete-application" folder in the folder you cloned the repo.</p>
]]></description><link>https://fusionauth.io/community/forum/post/6977</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6977</guid><dc:creator><![CDATA[mark.robustelli]]></dc:creator><pubDate>Fri, 12 Jan 2024 14:53:22 GMT</pubDate></item><item><title><![CDATA[Reply to First Log In Screen on Wed, 10 Jan 2024 18:40:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2507">@mark-robustelli</a> said in <a href="/community/forum/post/6963">First Log In Screen</a>:</p>
<blockquote>
<p dir="auto">php -S localhost:9012 -t public</p>
</blockquote>
<p dir="auto">I have tried to run the last command<br />
"php -S localhost:9012 -t public"<br />
and I get an error message that "the directory public is not found.</p>
<p dir="auto">Meanwhile the public folder is there in the screen below:<br />
<img src="/community/forum/assets/uploads/files/1704911970768-98887c4d-2eb3-4687-8664-d131f4d2a238-pict4.jpg" alt="98887c4d-2eb3-4687-8664-d131f4d2a238-PICT4.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://fusionauth.io/community/forum/post/6976</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6976</guid><dc:creator><![CDATA[Mike123]]></dc:creator><pubDate>Wed, 10 Jan 2024 18:40:00 GMT</pubDate></item><item><title><![CDATA[Reply to First Log In Screen on Wed, 10 Jan 2024 00:27:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2507">@mark-robustelli</a><br />
One of the problems is I can't get the command to work as per the screen capture below.</p>
<p dir="auto">Any thoughts?</p>
<p dir="auto">Mike<br />
<img src="/community/forum/assets/uploads/files/1704846414386-e664662d-9834-48ca-bb38-f65f629718e8-pict3.jpg" alt="e664662d-9834-48ca-bb38-f65f629718e8-PICT3.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://fusionauth.io/community/forum/post/6975</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6975</guid><dc:creator><![CDATA[Mike123]]></dc:creator><pubDate>Wed, 10 Jan 2024 00:27:04 GMT</pubDate></item><item><title><![CDATA[Reply to First Log In Screen on Tue, 09 Jan 2024 14:43:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2776">@mike123</a> Hope you had a great Christmas and New Years.</p>
<ol>
<li>The images should be located in the "complete-application" of the folder of the code you cloned earlier in the tutorial using the following commands:</li>
</ol>
<pre><code>git clone https://github.com/FusionAuth/fusionauth-quickstart-php-web.git
cd fusionauth-quickstart-php-web
</code></pre>
<ol start="2">
<li>Simply, putting the files in a directory on a web server will not work. You will want to continue to follow the tutorial till the end and run the command under the "Run The Application" section.  All your completed files should be in a folder named "your-application" and then you would run the command</li>
</ol>
<pre><code>php -S localhost:9012 -t public
</code></pre>
<p dir="auto">Then the website should be available at <a href="http://localhost:9012" rel="nofollow ugc">http://localhost:9012</a>.</p>
]]></description><link>https://fusionauth.io/community/forum/post/6963</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6963</guid><dc:creator><![CDATA[mark.robustelli]]></dc:creator><pubDate>Tue, 09 Jan 2024 14:43:19 GMT</pubDate></item><item><title><![CDATA[Reply to First Log In Screen on Mon, 08 Jan 2024 19:33:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2507">@mark-robustelli</a><br />
Mark:</p>
<p dir="auto">I have been a long time getting back to you because of social activities and travel over Christmas and New Years.</p>
<p dir="auto">I have renamed the test01.env file as .env .<br />
I have created the changebank.css file in the application/public/static folder.<br />
I have created the account.php, change.php, index.php, login.php and logout.php files in the application/public folder.</p>
<p dir="auto">I have been unable to copy the money.jpg and changebank.svg files to my application folder.   If you could tell me where they are I can copy them myself without using the command line.</p>
<p dir="auto">I have built all these files on my web site and have tried to launch this with the URL:<br />
<a href="http://doncasteroffice.com/BillingMaster2/public/login.php" rel="nofollow ugc">doncasteroffice.com/BillingMaster2/public/login.php</a></p>
<p dir="auto">This generates an error message "This page isn't working".</p>
<p dir="auto">I have also tried<br />
<a href="http://doncasteroffice.com/BillingMaster2/public/index.php" rel="nofollow ugc">doncasteroffice.com/BillingMaster2/public/index.php</a></p>
<p dir="auto">This generates nothing.</p>
<p dir="auto">The web site works fine at <a href="https://doncasteroffice.com/BillingMaster2/BillingMaster01.html" rel="nofollow ugc">https://doncasteroffice.com/BillingMaster2/BillingMaster01.html</a></p>
<p dir="auto">I am showing the directory tree from cPanel to show the general layout.</p>
<p dir="auto"><img src="/community/forum/assets/uploads/files/1704742379911-795337ba-9d53-4256-8f4b-ac492b97a34c-pict3.jpg" alt="795337ba-9d53-4256-8f4b-ac492b97a34c-PICT3.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">Could you give me the web address I should use to test this application without using the command prompt.</p>
<p dir="auto">Thanks.</p>
<p dir="auto">Mike</p>
]]></description><link>https://fusionauth.io/community/forum/post/6960</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6960</guid><dc:creator><![CDATA[Mike123]]></dc:creator><pubDate>Mon, 08 Jan 2024 19:33:19 GMT</pubDate></item><item><title><![CDATA[Reply to First Log In Screen on Tue, 02 Jan 2024 20:39:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2776">@mike123</a> OK, a few things.  Glad you got the file with the variables created, however you will want to name it ".env" vs "test01.env".  Also, are you trying to run the application or just pointing to the PHP page in a public directory?  Did you get to the point were you have all the files created in the "your-application" folder and able to run the application using the following command?</p>
<pre><code>php -S localhost:9012 -t public
</code></pre>
]]></description><link>https://fusionauth.io/community/forum/post/6939</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6939</guid><dc:creator><![CDATA[mark.robustelli]]></dc:creator><pubDate>Tue, 02 Jan 2024 20:39:06 GMT</pubDate></item><item><title><![CDATA[Reply to First Log In Screen on Sat, 30 Dec 2023 19:28:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2507">@mark-robustelli</a><br />
OK I am showing a few screens to show my progress.</p>
<ol>
<li>This shows the fusion screen which is in the file test01.env in the operating web directory <a href="https://doncasteroffice.com/BillingMaster2.html" rel="nofollow ugc">https://doncasteroffice.com/BillingMaster2.html</a></li>
</ol>
<p dir="auto"><img src="/community/forum/assets/uploads/files/1703958726743-481cd20e-99c0-4df7-9771-b6bcb389af8a-pict3.jpg" alt="481cd20e-99c0-4df7-9771-b6bcb389af8a-PICT3.jpg" class=" img-fluid img-markdown" /></p>
<ol start="2">
<li>This shows the login.php file which is in the directory (<a href="https://doncasteroffice.com/BillingMaster2/public/login.php" rel="nofollow ugc">https://doncasteroffice.com/BillingMaster2/public/login.php</a></li>
</ol>
<p dir="auto"><img src="/community/forum/assets/uploads/files/1703958753041-94420794-58bb-48bd-b3e9-2d8053b044fd-pict4.jpg" alt="94420794-58bb-48bd-b3e9-2d8053b044fd-PICT4.jpg" class=" img-fluid img-markdown" /></p>
<ol start="3">
<li>
<p dir="auto">This shows the cPanel directory tree for the login.php file.<br />
<img src="/community/forum/assets/uploads/files/1703958779553-ce8ff03b-4a53-4872-96e2-3e3b683b1216-pict5.jpg" alt="ce8ff03b-4a53-4872-96e2-3e3b683b1216-PICT5.jpg" class=" img-fluid img-markdown" /></p>
</li>
<li>
<p dir="auto">This shows the error message when I try to launch the login.php file.</p>
</li>
</ol>
<p dir="auto"><img src="/community/forum/assets/uploads/files/1703958798695-c8e70213-0f4b-4b1b-b55a-d3e53c8783b3-pict6.jpg" alt="c8e70213-0f4b-4b1b-b55a-d3e53c8783b3-PICT6.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">Mike</p>
]]></description><link>https://fusionauth.io/community/forum/post/6938</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6938</guid><dc:creator><![CDATA[Mike123]]></dc:creator><pubDate>Sat, 30 Dec 2023 19:28:34 GMT</pubDate></item><item><title><![CDATA[Reply to First Log In Screen on Fri, 29 Dec 2023 20:51:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2776">@mike123</a> You can use anything your environment supports.  It looks like you are using windows, so notepad would work.  There are others to such as Visual Studio Code and that sort of thing.</p>
]]></description><link>https://fusionauth.io/community/forum/post/6933</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6933</guid><dc:creator><![CDATA[mark.robustelli]]></dc:creator><pubDate>Fri, 29 Dec 2023 20:51:13 GMT</pubDate></item><item><title><![CDATA[Reply to First Log In Screen on Fri, 29 Dec 2023 18:19:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2507">@mark-robustelli</a><br />
What is a good tool for creating a file ending in .env</p>
<p dir="auto">I have node installed but it looks like about 3 days of reading to create a .env file with it because it needs to ignore github.</p>
<p dir="auto">None of my text editors permit saving with the suffix .env  .</p>
<p dir="auto">Mike</p>
]]></description><link>https://fusionauth.io/community/forum/post/6929</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6929</guid><dc:creator><![CDATA[Mike123]]></dc:creator><pubDate>Fri, 29 Dec 2023 18:19:47 GMT</pubDate></item><item><title><![CDATA[Reply to First Log In Screen on Fri, 29 Dec 2023 17:03:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2776">@mike123</a> Ah, OK. It looks like you are trying to enter the lines into the command prompt.  If you look at the instructions directly above the lines in the quickstart, it say you need to create a file with a name of <strong>.env</strong> and then put those lines of text in that file.  Then that file should be put in the <strong>your-application</strong> directory.</p>
]]></description><link>https://fusionauth.io/community/forum/post/6927</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6927</guid><dc:creator><![CDATA[mark.robustelli]]></dc:creator><pubDate>Fri, 29 Dec 2023 17:03:59 GMT</pubDate></item><item><title><![CDATA[Reply to First Log In Screen on Fri, 29 Dec 2023 15:19:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2507">@mark-robustelli</a><br />
Here is the error message I am getting.</p>
<p dir="auto">I have the Fusion Auth screen open.</p>
<p dir="auto">Mike<br />
<img src="/community/forum/assets/uploads/files/1703863129488-9a77af40-bf86-4bce-89ad-076e9796abfc-image.png" alt="9a77af40-bf86-4bce-89ad-076e9796abfc-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://fusionauth.io/community/forum/post/6926</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6926</guid><dc:creator><![CDATA[Mike123]]></dc:creator><pubDate>Fri, 29 Dec 2023 15:19:59 GMT</pubDate></item><item><title><![CDATA[Reply to First Log In Screen on Thu, 28 Dec 2023 22:14:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2776">@mike123</a> not sure I know what you mean by "at the one below and the first row..."  Are you talking about the next step in the quickstart?  What exactly are you trying to do and what error are you seeing?  The lines you are showing are being referenced in the quickstart are meant to be put in a file name .env within the application directory.</p>
]]></description><link>https://fusionauth.io/community/forum/post/6923</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6923</guid><dc:creator><![CDATA[mark.robustelli]]></dc:creator><pubDate>Thu, 28 Dec 2023 22:14:32 GMT</pubDate></item><item><title><![CDATA[Reply to First Log In Screen on Thu, 28 Dec 2023 20:02:34 GMT]]></title><description><![CDATA[<p dir="auto">OK, I got through the next few screens.</p>
<p dir="auto">I am now at the one below and the first row is giving me an error. Any thoughts?</p>
<p dir="auto">Mike<br />
<img src="/community/forum/assets/uploads/files/1703793730276-92d3e2bf-c077-4b19-9d76-d252f6104401-pict10.jpg" alt="92d3e2bf-c077-4b19-9d76-d252f6104401-pict10.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://fusionauth.io/community/forum/post/6922</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6922</guid><dc:creator><![CDATA[Mike123]]></dc:creator><pubDate>Thu, 28 Dec 2023 20:02:34 GMT</pubDate></item><item><title><![CDATA[Reply to First Log In Screen on Thu, 28 Dec 2023 15:18:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2776">@mike123</a> , it's great that you are making progress.  You don't have to run the step in the not that you displayed.  That is only if you want to run the application without understanding how it works. To get a better feel of how FusionAuth relates to the login screen, I would recommend following the rest of the quickstart.  You will still need to be sure Composer is installed correctly.  To test if that is the case, try the following command.</p>
<pre><code>composer --version
</code></pre>
<p dir="auto">You should get the version that is installed or an error.  If you get an error, you can click on the Composer link in the Prerequisites section of the quickstart to get it installed.</p>
]]></description><link>https://fusionauth.io/community/forum/post/6918</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6918</guid><dc:creator><![CDATA[mark.robustelli]]></dc:creator><pubDate>Thu, 28 Dec 2023 15:18:32 GMT</pubDate></item><item><title><![CDATA[Reply to First Log In Screen on Thu, 28 Dec 2023 00:54:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2507">@mark-robustelli</a><br />
OK I have installed Git Hub and it is working fine.<br />
Next I have come to the screen below  and the first line doesn't work,<br />
I believe I already have Composer installed but I am not sure.</p>
<p dir="auto">I don't know if I am allowed to skip this step.</p>
<p dir="auto">Mike</p>
<p dir="auto"><img src="/community/forum/assets/uploads/files/1703724557083-6ce6c75f-30a8-4316-a631-e11a7907599d-image.png" alt="6ce6c75f-30a8-4316-a631-e11a7907599d-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://fusionauth.io/community/forum/post/6916</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6916</guid><dc:creator><![CDATA[Mike123]]></dc:creator><pubDate>Thu, 28 Dec 2023 00:54:25 GMT</pubDate></item><item><title><![CDATA[Reply to First Log In Screen on Tue, 26 Dec 2023 15:23:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2776">@mike123</a> It looks like you do not have Git installed on your machine.  Here is a <a href="https://github.com/git-guides/install-git" rel="nofollow ugc">guide</a> from Github on how to do that.  Git is a common distributed version control system.</p>
]]></description><link>https://fusionauth.io/community/forum/post/6904</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6904</guid><dc:creator><![CDATA[mark.robustelli]]></dc:creator><pubDate>Tue, 26 Dec 2023 15:23:07 GMT</pubDate></item><item><title><![CDATA[Reply to First Log In Screen on Fri, 22 Dec 2023 12:07:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2507">@mark-robustelli</a> I have been unable to get through quick start.</p>
<p dir="auto">I have asked for the PHP version and have come to the screen below.</p>
<p dir="auto">I have tried running this from the command prompt with windows backslashes and it says it doesn't recognize "git".</p>
<p dir="auto">I have tried running it in PHP and it says it doesn't recognize "clone".</p>
<p dir="auto">Exactly what am I supposed to do here?</p>
<p dir="auto">Mike</p>
<p dir="auto"><img src="/community/forum/assets/uploads/files/1703246683881-1db0a4be-fed5-4034-b1db-23b0be6689c3-pict4.jpg" alt="1db0a4be-fed5-4034-b1db-23b0be6689c3-PICT4.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://fusionauth.io/community/forum/post/6897</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6897</guid><dc:creator><![CDATA[Mike123]]></dc:creator><pubDate>Fri, 22 Dec 2023 12:07:22 GMT</pubDate></item><item><title><![CDATA[Reply to First Log In Screen on Thu, 21 Dec 2023 22:08:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2776">@mike123</a> Have you been able to get through the quickstart?</p>
]]></description><link>https://fusionauth.io/community/forum/post/6893</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6893</guid><dc:creator><![CDATA[mark.robustelli]]></dc:creator><pubDate>Thu, 21 Dec 2023 22:08:01 GMT</pubDate></item><item><title><![CDATA[Reply to First Log In Screen on Wed, 20 Dec 2023 18:58:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2507">@mark-robustelli</a><br />
The application is at<br />
<a href="https://doncaster.retool.com/apps/3ed71762-bb66-11ed-b120-6f3a719f0b69/invoice02b" rel="nofollow ugc">https://doncaster.retool.com/apps/3ed71762-bb66-11ed-b120-6f3a719f0b69/invoice02b</a>.</p>
<p dir="auto">I simply need a log in screen that takes the user to this URL once they have been validated.</p>
<p dir="auto">Mike</p>
]]></description><link>https://fusionauth.io/community/forum/post/6888</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6888</guid><dc:creator><![CDATA[Mike123]]></dc:creator><pubDate>Wed, 20 Dec 2023 18:58:57 GMT</pubDate></item><item><title><![CDATA[Reply to First Log In Screen on Wed, 20 Dec 2023 14:59:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2776">@mike123</a> I am not familiar with a screen tool for MySQL.  What are you using and I can take a look to see if I can figure it out.</p>
]]></description><link>https://fusionauth.io/community/forum/post/6885</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6885</guid><dc:creator><![CDATA[mark.robustelli]]></dc:creator><pubDate>Wed, 20 Dec 2023 14:59:42 GMT</pubDate></item></channel></rss>