@mark-robustelli
I have studied this further, I was using a small s instead of a capital S in the line
"php -S localhost:9012 -t public".
With that change I was able to get the server running with a steam of code as below.
The stream stopped on the last line with the cursor flashing for 1 hour. I finally shut it down.
The web site comes up with the coin picture but clicking on the LogIn button generates an error message.
I don't think this is ready for prime time in Windows 11.
Posts made by Mike123
-
RE: First Log In Screen
-
RE: First Log In Screen
@mark-robustelli
Yes. I am in the complete-installation folderSee screen capture below:
-
RE: First Log In Screen
@mark-robustelli said in First Log In Screen:
php -S localhost:9012 -t public
I have tried to run the last command
"php -S localhost:9012 -t public"
and I get an error message that "the directory public is not found.Meanwhile the public folder is there in the screen below:
-
RE: First Log In Screen
@mark-robustelli
One of the problems is I can't get the command to work as per the screen capture below.Any thoughts?
Mike
-
RE: First Log In Screen
@mark-robustelli
Mark:I have been a long time getting back to you because of social activities and travel over Christmas and New Years.
I have renamed the test01.env file as .env .
I have created the changebank.css file in the application/public/static folder.
I have created the account.php, change.php, index.php, login.php and logout.php files in the application/public folder.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.
I have built all these files on my web site and have tried to launch this with the URL:
doncasteroffice.com/BillingMaster2/public/login.phpThis generates an error message "This page isn't working".
I have also tried
doncasteroffice.com/BillingMaster2/public/index.phpThis generates nothing.
The web site works fine at https://doncasteroffice.com/BillingMaster2/BillingMaster01.html
I am showing the directory tree from cPanel to show the general layout.
Could you give me the web address I should use to test this application without using the command prompt.
Thanks.
Mike
-
RE: First Log In Screen
@mark-robustelli
OK I am showing a few screens to show my progress.- This shows the fusion screen which is in the file test01.env in the operating web directory https://doncasteroffice.com/BillingMaster2.html
- This shows the login.php file which is in the directory (https://doncasteroffice.com/BillingMaster2/public/login.php
-
This shows the cPanel directory tree for the login.php file.
-
This shows the error message when I try to launch the login.php file.
Mike
-
RE: First Log In Screen
@mark-robustelli
What is a good tool for creating a file ending in .envI 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.
None of my text editors permit saving with the suffix .env .
Mike
-
RE: First Log In Screen
OK, I got through the next few screens.
I am now at the one below and the first row is giving me an error. Any thoughts?
Mike
-
RE: First Log In Screen
@mark-robustelli
OK I have installed Git Hub and it is working fine.
Next I have come to the screen below and the first line doesn't work,
I believe I already have Composer installed but I am not sure.I don't know if I am allowed to skip this step.
Mike
-
RE: First Log In Screen
@mark-robustelli I have been unable to get through quick start.
I have asked for the PHP version and have come to the screen below.
I have tried running this from the command prompt with windows backslashes and it says it doesn't recognize "git".
I have tried running it in PHP and it says it doesn't recognize "clone".
Exactly what am I supposed to do here?
Mike
-
RE: First Log In Screen
@mark-robustelli
The application is at
https://doncaster.retool.com/apps/3ed71762-bb66-11ed-b120-6f3a719f0b69/invoice02b.I simply need a log in screen that takes the user to this URL once they have been validated.
Mike
-
RE: First Log In Screen
@mark-robustelli I have built my application with MySQL and a screen tool that works with MySQL. I simply need to get the user to Log In then proceed to the URL if validated.
I think I will use the FusionAuth app to build the Log In screen.
So I have worked with that and have submitted a question about that and I will see if this is a better path to follow.
Thanks.
Mike
-
Working through the intro screens
I am a first time user of FusionAuth.
I am working through the Application Screens.
My application is available at the URL in the SAML screen as attached,I have completed as many sections as I can and I would like to see what the entry screen looks like.
How do I view what I have developed so far?
Mike
-
Fusion 5 minute guide
I am brand new with Fusion Auth
I am working on the 5 Minute Guide at https://fusionauth.io/docs/quickstarts/
I have Docker open, I have the Fusion Auth main screen open.
The first 2 screens from the 5 minute guide are shown below:
The second screen is asking me to enter "- node -v". I have tried this in the Command Prompt and that didn't work. How do I do this.?
Mike
-
First Log In Screen
I am working on my first test for Fusion Auth.
I have started up the Fusion Dashboard. I have Docker active.
I am using PHP.
I have been given this link for setting up my first Log In screen
https://fusionauth.io/docs/sdks/php#example-appsI have gone to the first two URLs and activated them.
I have then created a PHP file following the instructions as below:
The result when running is:
What am I doing wrong?
Mike