How to set up a retro in 2025 (IIS) (Nitro HTML5) - (Part 3)

Object

?
Nov 10, 2017
449
372
How do I switch to " nitro dev branch" any help is appreciated been stuck here 4 days
The "Clone nitro" part makes you
use dev branch , you can just follow that šŸ˜Š I thinknu might have followed it before I made it use dev branch as I had forgotten to put a command a few days ago.
 

mark472

New Member
Jun 15, 2014
11
0
Getting the following error when trying to do the yarn stuff.

You must be registered for see images attach

@Object

Still having the issue im not sure, but it seems like the dev part isn't really working either.
I did copy and paste the whole command.

You must be registered for see images attach
 

Object

?
Nov 10, 2017
449
372
@Object

Still having the issue im not sure, but it seems like the dev part isn't really working either.
I did copy and paste the whole command.

You must be registered for see images attach
you didnt checkout develop, but dev, which doesnt exists - hence the continued issue. I had put it wrongly, try "git checkout develop" and then yarn install etc.
 
Last edited:

mark472

New Member
Jun 15, 2014
11
0
you didnt checkout develop, but dev, which doesnt exists - hence the continued issu. I had put it wronly, try git checkout develop and then yarn ibstall etc.

Followed the steps, i did manage to get further this time since i started all over.
I still get a white client tho, also i don't seem to get a dist folder?
I'd assume its the public folder within nitro-react? if so then i did set the path correctly in the .env

Would love to hear from you.
 
Last edited:

Object

?
Nov 10, 2017
449
372
Followed the steps, i did manage to get further this time since i started all over.
I still get a white client tho, also i don't seem to get a dist folder?
I'd assume its the public folder within nitro-react? if so then i did set the path correctly in the .env

Would love to hear from you.
once you compile, you will receive a dist folder withing the nitro-react folder šŸ˜Š

That is if you use the develop branch if you use the "main" branch it'd be named "build" once compiled
 

mark472

New Member
Jun 15, 2014
11
0
once you compile, you will receive a dist folder withing the nitro-react folder šŸ˜Š

That is if you use the develop branch if you use the "main" branch it'd be named "build" once compiled


Ran the commands again, no errors or anything, but still no dist folder. Id asume i used the main branch, do i switch over to dev?
 
Last edited:

Object

?
Nov 10, 2017
449
372
Ran the commands again, no errors or anything, but still no dist folder. Id asume i used the main branch, do i switch over to dev?



You must be registered for see images attach
yea u used main. to use dev, write git checkout develop
 

mark472

New Member
Jun 15, 2014
11
0
yea u used main. to use dev, write git checkout develop
I installed the Dev one, i got the dist folder aswell right now.
I followed the rest of the steps change the index.html etc and also the env. settings for client.

But when i run my emulator and try to startup the client its still white and nothing else happens.

You must be registered for see images attach
 

Object

?
Nov 10, 2017
449
372
Followed the steps, i did manage to get further this time since i started all over.
I still get a white client tho, also i don't seem to get a dist folder?
I'd assume its the public folder within nitro-react? if so then i did set the path correctly in the .env

Would love to hear from you.
Inside the index.html that you can find inside the dist folder. try to add a . (dot) infront if any asset it loads in the head tag (just like you did with the configs).

Please let me know if it solves the issue, so i can update the guide, once im back from my holidays šŸ˜Š
 

mark472

New Member
Jun 15, 2014
11
0
Inside the index.html that you can find inside the dist folder. try to add a . (dot) infront if any asset it loads in the head tag (just like you did with the configs).

Please let me know if it solves the issue, so i can update the guide, once im back from my holidays šŸ˜Š

This did do something, its just that theres text above a black screen client. It does how in the emu that im connecting.
Also sorry to bother you with this on your holiday ^^ Hope you enjoy.

Also getting slight errors in the emu

You must be registered for see images attach


You must be registered for see images attach
 
Last edited:

Object

?
Nov 10, 2017
449
372
This did do something, its just that theres text above a black screen client. It does how in the emu that im connecting.
Also sorry to bother you with this on your holiday ^^ Hope you enjoy.

You must be registered for see images attach
send.me a screenshot of ur index.html from the dist folder šŸ˜Š
 

EngeldesTodes

Deutsch Techno-Freak WIR SIND EIN
Feb 21, 2011
1,075
77
So after going over it 25 times I think I got there however this bit where I meant to have a dist folder is not there
yet cmd said it done
 

Attachments

  • arn build.png
    arn build.png
    33.9 KB Ā· Views: 21
  • folder nitro.png
    folder nitro.png
    67.1 KB Ā· Views: 21

uiniu

New Member
Jul 7, 2023
2
0
I want to install it on my server.
VPS server type 'Ubuntu' system is useful for the purpose?
Is the installation the same steps as the Windows system or are there differences?
 

Johno

:: xHosts :: www.xhosts.uk
Sep 12, 2011
586
255
I want to install it on my server.
VPS server type 'Ubuntu' system is useful for the purpose?
Is the installation the same steps as the Windows system or are there differences?
Ubuntu is generally a command line server, you will need something such as Apache on Linux rather than IIS
 

uiniu

New Member
Jul 7, 2023
2
0
Ubuntu is generally a command line server, you will need something such as Apache on Linux rather than IIS
I use Hostinger hosting that only has these OS (CentOS, Ubuntu, Debian).
Any of those would fit into this project?
 


Write your reply...

Users who are viewing this thread

Top