Jump to content
1 minute ago, Cruorzy said:

With plans like that you should really invest more time in learning some back-end language and version control, you can't be the guy who posts it all on a forum hack something together and pray to the almighty coder god it works.

 

Not pushing thing to hard is a advice I would give, take time to learn something like NodeJS, PHP or anything else.

Coding is on of the most useful skills to have these days.

I do want to learn how to do it, but i don't realy have the money to do an online course, and i don't know anybody who knows how to do this. I am kind of following the learn as you need it frame of mind.

Link to post
Share on other sites

2 minutes ago, Joelsome said:

I do want to learn how to do it, but i don't realy have the money to do an online course, and i don't know anybody who knows how to do this. I am kind of following the learn as you need it frame of mind.

You know that site called Youtube right ;)

 

I recommend watching a few of Javascript things first, may be some useful information there https://www.youtube.com/user/TechGuyWeb/search?query=javascript

 

The only excuse you can have now is lack of time or just don't want to do it :) 

Quote or mention me if not feel ignored 

Link to post
Share on other sites

Just now, Cruorzy said:

You know that site called Youtube right ;)

 

I recommend watching a few of Javascript things first, may be some useful information there https://www.youtube.com/user/TechGuyWeb/search?query=javascript

 

The only excuse you can have now is lack of time or just don't want to do it :) 

Thanks! Ill watch that when i've finnished the finale of tech showdown :-p. 

Link to post
Share on other sites

2 hours ago, Joelsome said:

@Cruorzy do the commands for installing in that video work on linux?

Not sure, i'm not really into Node or JS.

You have to watch a few videos and do a few things before you take such a thing on, don't rush it on production test it out on your own pc then let it work on a server.

 

In short i mean make a development environment on your own PC before uploading it anywhere.

Quote or mention me if not feel ignored 

Link to post
Share on other sites

1 minute ago, Cruorzy said:

Not sure, i'm not really into Node or JS.

You have to watch a few videos and do a few things before you take such a thing on, don't rush it on production test it out on your own pc then let it work on a server.

 

In short i mean make a development environment on your own PC before uploading it anywhere.

Ok, i was going to make a separate server to act as a test server

Link to post
Share on other sites

5 hours ago, Joelsome said:

I do want to learn how to do it, but i don't realy have the money to do an online course, and i don't know anybody who knows how to do this. I am kind of following the learn as you need it frame of mind.

About 2 months ago I went for a job interview for a node developer I didn't know any node and now I had a job doing it  

 

I just watched YouTube tutorials. I started learning node 1 week before my interview. Low on time and didn't spend a penny of courses. 

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to post
Share on other sites

5 minutes ago, vorticalbox said:

About 2 months ago I went for a job interview for a node developer I didn't know any node and now I had a job doing it  

 

I just watched YouTube tutorials. I started learning node 1 week before my interview. Low on time and didn't spend a penny of courses. 

Nice. 

Link to post
Share on other sites

20 hours ago, Joelsome said:

Nice. 

https://bitbucket.org/vorticalbox/signup.git

 

git clone
npm install
npm start

open browser 127.0.0.1:8080

 

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to post
Share on other sites

52 minutes ago, Joelsome said:

So how do i inplement that into my site? BTW this is the site:

bucklandagility.ddns.net

Well it's a webserver running on port 8080 so bucklandagility.ddns.net:8080

 

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to post
Share on other sites

Back from my small vacation. Read your messages. You intended to run your "server" from your NAS, but now you were talking about setting up a test server. Will this be an actual PC? If so, I might be able to help you a little bit with setting up an (older) functional apache/php/mysql server (really easy if you go basic), and make the script I gave you just work.

 

*The script I gave you is very basic, and doesn't have a single check and can be considered an easy target for hacking. It was just a thing to show you how it can be done.

 

@Joelsome

Link to post
Share on other sites

14 hours ago, Dutch-stoner said:

Back from my small vacation. Read your messages. You intended to run your "server" from your NAS, but now you were talking about setting up a test server. Will this be an actual PC? If so, I might be able to help you a little bit with setting up an (older) functional apache/php/mysql server (really easy if you go basic), and make the script I gave you just work.

 

*The script I gave you is very basic, and doesn't have a single check and can be considered an easy target for hacking. It was just a thing to show you how it can be done.

 

@Joelsome

OK, i have an old P4 2.8GHZ machine with 1GB of ram, is that a good enough system?

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×