NodeWorldOfText: Difference between revisions
Appearance
don't fork my replit project, it's really outdated |
Dat Hack3r (talk | contribs) m →Quickstart: Switch to a numbered list. |
||
(20 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
[https://github.com/system2k/nodeworldoftext | [https://github.com/system2k/nodeworldoftext NodeWorldOfText] is the open source version of [[OWOT]], which anyone can view, download, and contribute to by opening issues and pull requests. It allows users to host their own instance of Our World of Text called an '''NWOT'''. | ||
== Hosting an NWOT == | |||
{{Notice|1=This section is based on the [https://github.com/system2k/NodeWorldOfText/blob/master/README.md README.md file] of NodeWorldOfText, accessed in December 2024.}} | |||
=== Software requirements === | |||
* [https://nwot.dawgdawgdawg.repl.co dawgdawgdawg's | * Node.js (>18.x.x) ([https://nodejs.org/ https://nodejs.org/]) | ||
* [https://suswot.someperson16.repl.co Sussybaka6969's | * Git ([https://git-scm.com/ https://git-scm.com/]) | ||
* [https://suswot2.someperson16.repl.co Sussybaka6969's second | ** Not strictly necessary, but it's convenient for quickly downloading and updating your local repository. | ||
* [https://ntwot.notthatguyowot.repl.co NotThatGuy's | |||
* [https://caiozowot.caiozthings.repl.co Caioz's | === Quickstart === | ||
* [https://myworldoftext.awesomepika20.repl.co Tap20's | <ol> | ||
* [https://nwot.kkosty4ka.repl.co/ KKosty4ka's '' | <li>Clone the OWOT repository | ||
<ul><li><syntaxhighlight lang="bash" inline>git clone https://github.com/system2k/nodeworldoftext.git nwot</syntaxhighlight></li></ul> | |||
</li> | |||
<li>Navigate to the directory | |||
<ul><li><syntaxhighlight lang="bash" inline>cd nwot</syntaxhighlight></li></ul> | |||
</li> | |||
<li>Install the dependencies | |||
<ul><li><syntaxhighlight lang="bash" inline>npm install</syntaxhighlight></li></ul> | |||
</li> | |||
<li>Run the server | |||
<ul><li><syntaxhighlight lang="bash" inline>node main.js</syntaxhighlight></li></ul> | |||
</li> | |||
<li>Running the server for the first time, you'll be asked to configure the settings. | |||
<ul><li><pre>Created the settings file at [../nwotdata/settings.json]. You must configure the settings file and then start the server back up again. | |||
Full path of settings: [path to parent directory]/nwotdata/settings.json</pre></li></ul> | |||
</li> | |||
<li>After configuring the settings, run the command again. Note that this will create an <code>nwotdata</code> directory on the same level as your repository. | |||
<ul><li><syntaxhighlight lang="bash" inline>node main.js</syntaxhighlight></li></ul> | |||
</li> | |||
<li>You will then be prompted to create a superuser account by this message: | |||
<ul><li><pre>You've just installed the server, | |||
which means you don't have any superusers defined. | |||
Would you like to create one now? (yes/no):</pre></li></ul> | |||
</li> | |||
<li>After everything has been set up, your server will be live at this address: | |||
<ul><li><code>http://localhost:8080</code></li></ul> | |||
</li> | |||
</ol> | |||
=== Common issues === | |||
* If you're encountering issues with <code>nwot_error_logs.zip</code>, please delete the zip file and try again. | |||
* If you're receiving node-gyp errors while installing the modules via NPM, please ensure you've got some compiling tools installed on your system. If you have any further questions, feel free to ask on the [[Discord]]. | |||
* If you're receiving an error saying <code>Cannot find module</code>, make sure you've installed the modules by running <code>npm install</code>. | |||
== Currently active NWOTs == | |||
There are currently no active NWOTs. See below. | |||
== Inactive or discontinued NWOTs == | |||
* [https://vnc.l5.ca/ Hungarian NWOT] | |||
== Hosting an NWOT on Replit == | |||
It used to be possible to host NWOT on {{wp|Replit|Replit's}} free [https://docs.replit.com/additional-resources/hosting-web-pages web hosting service]. This could be accomplished by [https://docs.replit.com/replit-workspace/using-git-on-replit/running-github-repositories-replit importing] [[KKosty4ka]]'s NodeWorldOfText [https://github.com/KKosty4ka/NodeWorldOfText/ fork] to Replit and running the [https://github.com/KKosty4ka/NodeWorldOfText/tree/for-repl-it <code>for-repl-it</code> branch], which would host the NWOT at <code><nowiki>https://[repl name].[user name].repl.co</nowiki></code>. However, Replit's [https://blog.replit.com/hosting-changes hosting changes] effectively discontinued all NWOTs hosted on their platform. | |||
=== Former NWOTs Hosted on Replit === | |||
Below is a list of now-defunct NWOTs that were hosted using Replit. | |||
* [https://nwot.dawgdawgdawg.repl.co dawgdawgdawg's NWOT] | |||
* [https://suswot.someperson16.repl.co Sussybaka6969's NWOT ] | |||
* [https://suswot2.someperson16.repl.co Sussybaka6969's second NWOT] | |||
* [https://ntwot.notthatguyowot.repl.co NotThatGuy's NWOT] | |||
* [https://caiozowot.caiozthings.repl.co Caioz's NWOT] | |||
* [https://myworldoftext.awesomepika20.repl.co Tap20's NWOT] | |||
* [https://nwot.kkosty4ka.repl.co/ KKosty4ka's NWOT] | |||
* [https://nodeworldoftext.testaagml69.repl.co/ some random Guest account's NWOT] | |||
* [https://nwot.testaagml69.repl.co some random Guest account's Second NWOT] | |||
[[Category:Articles nominated by Guest-1052]] |