Skip to content

Hosting your own Arras Community Server, made very easy to get and edit!

License

Notifications You must be signed in to change notification settings

RanarTheWrathful/the-new-prophecy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Source Arras

Open Source Arras is beta software. This build is not representative of the final product. Expect bugs and missing features.

Setup Guide (Localhost)

This guide covers setting up your server on your own hardware and only supports PCs running up-to-date versions of Windows/macOS/Linux.

You'll first need to install Node.js. It doesn't matter if you pick the LTS or Latest version, they'll both work fine.

Once Node.js is installed, run the command npm i ws. This will install the WebSocket library that Open Source Arras uses.

After installing ws, download the source code of the latest release of Open Source Arras. Extract it once it's downloaded and open either run.bat (if you're on Windows) or run.sh (if you're not). If there aren't any errors, your server will start up. Go to localhost:26301 in your favourite web browser (keep the terminal window open, closing it will shut down the server) to play.

If you need a more detailed guide, click here for a step by step list.

If you want to stay up to date, fork this template, download a git client, and sync the fork whenever there's a major update.

Setup Guide (Webhost)

Don't have a supported device or don't want to mess around with localhost? Get a webhost to do the dirty work for you.

Create a new project and choose to import one from GitHub. When prompted for the URL of the repository, type in https://github.com/Taureon/aps-plus-plus.git.

Navigate to server/config.js and replace localhost:26301 with the URL for your project. (For Glitch users, it's your-project.glitch.me (replace your-project with the actual name of your project, it should be above settings)).

If you're experiencing issues when trying to launch the project, go to package.json and replace "node": "18.x" with "node": "16.x".

After doing that, your server should be ready!

Useful Tools

Other Links

p.s. if something goes terribly wrong its not our fault

About

Hosting your own Arras Community Server, made very easy to get and edit!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.7%
  • HTML 1.3%
  • Other 1.0%