Creating your own WLM '09 server the updated way

You can now run python dev through Command Prompt( not Git bash ) to run the server.


heelp (i wanted to send this yesterday but stupid 3 msg limitation stopped me)

1 Like

node.js has a separate command prompt. Search node.js command prompt and use that one instead. it should work.

1 Like

How is node.js related to all of this if msn-server was written in python?

2 Likes

We’re running python thru it ig.

1 Like

Is anyone gonna answer my question, i really wanna try this out

1 Like

Edit requirements.txt the line:
git+https://gitlab.com/valtron/sqlaltery.git@0.1.0
To:
git+https://gitlab.com/valtron/sqlaltery.git@v0.1.0

Valtron renamed the branches

1 Like

Is there any way to run this in a virtual machine?
Here is the error i get
I also have everything set up for hamachi

Also when i use git bash it says its serving on 0.0.0.0, shouldnt it be my hamachi address

1 Like

0.0.0.0 is a loopback address, it points to your own PC. Pretty much the same as 127.0.0.1 or localhost and it’s normal that it doesn’t say your Hamachi address.

I don’t know about the other errors though, sorry.

1 Like

I also cant connect even from the server itself.

Thanks for that info.

1 Like

I have this error:

1 Like

And i trying in normal cmd too.

1 Like

valtron renamed the branches, go into reuqirements.txt with notepad or something and rename everything with 0.1.0 to v0.1.0

2 Likes

Thanks

2 Likes

you’re welcome :stuck_out_tongue:

1 Like

its still not work

1 Like

requirements.txt (197 Bytes) put this in the root directory of your server

2 Likes

Now works thanks :slight_smile: I use windows 7 virtualbox

1 Like

happy to help :stuck_out_tongue:

1 Like

But why renamed? and i have no information i heard about of this

1 Like

But there is another problem : its says missing modules :frowning:

1 Like