0
0
Fork 0

Merge pull request #108 from Oliver-Akins/dev

Rebrand to Phantom Ink
This commit is contained in:
Oliver 2021-09-04 22:29:30 -06:00 committed by GitHub
commit 009e002142
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 28 additions and 28 deletions

View file

@ -8,31 +8,31 @@
## Using systemd to manage the server:
This app comes with a `ghost-writer.service` file which is already set up to
This app comes with a `phantom-ink.service` file which is already set up to
manage the server, it just requires a little bit of additional setup. If you
change any of the symlinking in the steps below, it is your responsibility to
figure it out, I will not guarantee support for people who attempt to modify
the service file beyond the steps below.
6. Create a symlink named `server` in the server root (`/`) pointing to the
server folder in the Ghost Writer git repository.
(Ex: `sudo ln -s ~/Ghost-Writer-Online/server /server`)
7. Create a symlink named `ghost-writer.service` in `/etc/systemd/system`
pointing to the service file in the `server` folder of the Ghost Writer Online
repository. (Ex: `sudo ln -s /server/ghost-writer.service /etc/systemd/system/ghost-writer.service`)
server folder in the Phantom Ink git repository.
(Ex: `sudo ln -s ~/Phantom-Ink-Online/server /server`)
7. Create a symlink named `phantom-ink.service` in `/etc/systemd/system`
pointing to the service file in the `server` folder of the Phantom Ink Online
repository. (Ex: `sudo ln -s /server/phantom-ink.service /etc/systemd/system/phantom-ink.service`)
8. Run `whereis node` and copy the absolute file path of the output
9. Edit the `ghost-writer.service` file to replace change the
9. Edit the `phantom-ink.service` file to replace change the
`ExecStart=node dist/main.js` to replace `node` with the file path you copied
from the previous step
10. Reload the systemd daemon with `sudo systemd daemon-reload` to make the
changes to the service file take effect.
11. Start the websocket server with `sudo systemctl start ghost-writer`
12. Make sure the server is started by running `systemctl status ghost-writer`
11. Start the websocket server with `sudo systemctl start phantom-ink`
12. Make sure the server is started by running `systemctl status phantom-ink`
* To start the server, run `sudo sustemctl start ghost-writer`
* To restart the server, run `sudo systemctl restart ghost-writer`
* To stop the server, run `sudo systemctl stop ghost-writer`
* To access the server logs, run `sudo journalctl -u ghost-writer`
* To start the server, run `sudo sustemctl start phantom-ink`
* To restart the server, run `sudo systemctl restart phantom-ink`
* To stop the server, run `sudo systemctl stop phantom-ink`
* To access the server logs, run `sudo journalctl -u phantom-ink`
## Using a detached terminal:
@ -55,5 +55,5 @@ this repository.
All of the configuration for the server is done in the `server.toml` with
explanations in the file. When a value is changed in the config, you will need
to restart the server. This is either through systemd
(`sudo systemctl restart ghost-writer`) or through your preferred terminal
(`sudo systemctl restart phantom-ink`) or through your preferred terminal
detacher, by stopping then re-starting the process.

View file

@ -1,5 +1,5 @@
[Unit]
Description=Ghost Writer websocket server
Description=Phantom Ink websocket server
[Service]
Type=simple

Binary file not shown.

Before

Width:  |  Height:  |  Size: 576 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 KiB

View file

@ -5,11 +5,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>Ghost Writer Online</title>
<title>Phantom Ink Online</title>
</head>
<body>
<noscript>
<strong>We're sorry but Ghost Writer Online doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
<strong>We're sorry but Phantom Ink Online doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->

View file

@ -39,7 +39,7 @@
v-else
class="device-error"
>
<h1 class="centre">Ghost Writer Online</h1>
<h1 class="centre">Phantom Ink Online</h1>
<p class="centre">
To use this site you must be using a laptop, desktop, or iPad.
If you are on one of those devices and you still see this message,

View file

@ -12,7 +12,7 @@
>
<h2 class="centre">Attributions:</h2>
<p class="centre">
Ghost Writer is designed and created by
Phantom Ink is designed and created by
<a href="https://resonym.com" target="_blank" rel="noopener">Resonym</a>
<br>
Online Prototype Made By: Oliver Akins

View file

@ -100,14 +100,14 @@
{{ visible ? `Hide` : `Show` }} Past Questions
</button>
<a
href="https://playghostwriter.com"
href="http://phantominkgame.com/"
target="_blank"
id="game-logo-link"
>
<img
id="game-logo"
src="/assets/ghost_writer_logo.png"
alt="Ghost Writer Logo"
src="/assets/phantom_ink_logo.png"
alt="Phantom Ink Logo"
rel="noopener"
>
</a>

View file

@ -1,10 +1,10 @@
<template>
<div id="CreateJoinGame" class="maximize view">
<div class="centre" id="logo-header">
<a href="http://playghostwriter.com" target="_blank" rel="noopener">
<a href="http://phantominkgame.com/" target="_blank" rel="noopener">
<img
src="/assets/ghost_writer_logo.png"
alt="Ghost Writer Logo"
src="/assets/phantom_ink_logo.png"
alt="Phantom Ink Logo"
height="200"
>
</a>

View file

@ -1,10 +1,10 @@
<template>
<div id="GameLobby" class="maximize view">
<div class="centre" id="logo-header">
<a href="http://playghostwriter.com" target="_blank" rel="noopener">
<a href="http://phantominkgame.com/" target="_blank" rel="noopener">
<img
src="/assets/ghost_writer_logo.png"
alt="Ghost Writer Logo"
src="/assets/phantom_ink_logo.png"
alt="Phantom Ink Logo"
height="150px"
>
</a>