Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Ubuntu instructions #142

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

CaptEmulation
Copy link

Updates Ubuntu instructions with the following changes:

  • Prettifier fixes because my editor
  • isolated-vm in Screeps requires Node10 and I can personally confirm does not work at all, even without mongodb/redis on Windows or Ubuntu with Node8
  • screepsmod-tickrate now emits a message on console that its functionality is available in screepsmod-admin-utils

I didn't test all of these steps exactly because I already had a mongodb and redis instance running locally as daemon docker containers. In addition since I was not interested in running as a service I did not test the running-as-a-different-user-as-a-service instructions. However I am currently using PopOS 19, latest stable redis and mongodb and all seem to be working well together.

@ghost
Copy link

ghost commented Oct 7, 2019

On Ubuntu Disco, you can just apt-get install nodejs and get node v10.
That's the preferred way of installing things.

@CaptEmulation
Copy link
Author

@Dignissi Thanks for the tip. Even though I am on 19 I regularly switch NodeJS version so I personally use nvm. I updated the instructions to clarify that Disco can just install directly.

date: 2018-02-07
name: tedivm
link: https://github.com/tedivm
date: 2018-02-07
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This formatting has meaning- this blob is essentially yaml, so when you remove those spaces you're turning these variables from being underneath the contributed key to being top level variables.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks. Will fix and get out the no spray for VS Code

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like this is just tabs being replaced by spaces. They are still indented two times in and is valid YAML:

title: Private server on Ubuntu using MongoDB and Redis
contributed:
  name: tedivm
  link: https://github.com/tedivm
  date: 2018-02-07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants