NodeWorldOfText

From Our World of Text Wiki
Revision as of 11:45, 2 April 2025 by Dat Hack3r (talk | contribs) (Quickstart: Switch to a numbered list.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Software requirements

Quickstart

  1. Clone the OWOT repository
    • git clone https://github.com/system2k/nodeworldoftext.git nwot
  2. Navigate to the directory
    • cd nwot
  3. Install the dependencies
    • npm install
  4. Run the server
    • node main.js
  5. Running the server for the first time, you'll be asked to configure the settings.
    • 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
  6. After configuring the settings, run the command again. Note that this will create an nwotdata directory on the same level as your repository.
    • node main.js
  7. You will then be prompted to create a superuser account by this message:
    • You've just installed the server,
      which means you don't have any superusers defined.
      Would you like to create one now? (yes/no):
  8. After everything has been set up, your server will be live at this address:

Common issues

  • If you're encountering issues with nwot_error_logs.zip, 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 Cannot find module, make sure you've installed the modules by running npm install.

Currently active NWOTs

There are currently no active NWOTs. See below.

Inactive or discontinued NWOTs

Hosting an NWOT on Replit

It used to be possible to host NWOT on Replit's free web hosting service. This could be accomplished by importing KKosty4ka's NodeWorldOfText fork to Replit and running the for-repl-it branch, which would host the NWOT at https://[repl name].[user name].repl.co. However, Replit's 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.