1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-27 19:04:52 +09:00

Update the Vervis instance domain name everywhere

This commit is contained in:
fr33domlover 2018-06-11 12:39:06 +00:00
parent 4ac5424b6d
commit e29280959b
6 changed files with 16 additions and 16 deletions

View file

@ -40,7 +40,7 @@ can install it from a distro package too, e.g.:
Clone the Vervis repo: Clone the Vervis repo:
$ darcs clone https://dev.seek-together.space/s/fr33domlover/r/vervis $ darcs clone https://dev.angeley.es/s/fr33domlover/r/vervis
$ cd vervis $ cd vervis
Install GHC. Unless you prefer to use a distro package or PPA or some other Install GHC. Unless you prefer to use a distro package or PPA or some other
@ -66,7 +66,7 @@ so until there are sane releases for everything, the instructions here aren't
always up to date. Basically it works like this: always up to date. Basically it works like this:
- Those extra repos should be found at the - Those extra repos should be found at the
[Vervis project page](https://dev.seek-together.space/s/fr33domlover/p/vervis) [Vervis project page](https://dev.angeley.es/s/fr33domlover/p/vervis)
- If something is missing there, try my - If something is missing there, try my
[Darcs Hub page](https://hub.darcs.net/fr33domlover) [Darcs Hub page](https://hub.darcs.net/fr33domlover)
- Use `darcs clone` to grab the library source code - Use `darcs clone` to grab the library source code

View file

@ -21,7 +21,7 @@ page styles (i.e. the whole UX and UI) are in a bad shape right now, so I want
to write a few little guidelines to help you find your way until this situation to write a few little guidelines to help you find your way until this situation
improves. improves.
There is a Vervis instance running at <https://dev.seek-together.space>, and I There is a Vervis instance running at <https://dev.angeley.es>, and I
store my code on it. Feel free to use it and try it, however do please treat it store my code on it. Feel free to use it and try it, however do please treat it
as a demo, as it's not a reliable stable instance for general use yet. If for as a demo, as it's not a reliable stable instance for general use yet. If for
any reason you do with to keep some code and tickets etc. on it for actual use, any reason you do with to keep some code and tickets etc. on it for actual use,
@ -50,7 +50,7 @@ time of writing, I'll try to keep this little tutorial up to date)!
6. Add the following to your `~/.ssh/config` file, or create it if doesn't 6. Add the following to your `~/.ssh/config` file, or create it if doesn't
exist: exist:
Host dev.seek-together.space Host dev.angeley.es
Port 5021 Port 5021
ControlMaster no ControlMaster no
ForwardAgent no ForwardAgent no
@ -68,25 +68,25 @@ SSH.
**HTTPS clone:** **HTTPS clone:**
$ darcs clone https://dev.seek-together.space/s/fr33domlover/r/vervis $ darcs clone https://dev.angeley.es/s/fr33domlover/r/vervis
**SSH clone and push:** **SSH clone and push:**
If your system username and Vervis username are identical: If your system username and Vervis username are identical:
$ darcs clone dev.seek-together.space:wistera $ darcs clone dev.angeley.es:wistera
If the repo is under another user: If the repo is under another user:
$ darcs clone dev.seek-together.space:aviva/poems $ darcs clone dev.angeley.es:aviva/poems
If usernames are different: If usernames are different:
$ darcs clone luke@dev.seek-together.space:wistera $ darcs clone luke@dev.angeley.es:wistera
If the repo is under another user: If the repo is under another user:
$ darcs clone luke@dev.seek-together.space:aviva/poems $ darcs clone luke@dev.angeley.es:aviva/poems
A few more little notes: A few more little notes:
@ -226,7 +226,7 @@ control.
The official download location is the Darcs repository: The official download location is the Darcs repository:
<https://dev.seek-together.space/s/fr33domlover/r/vervis> <https://dev.angeley.es/s/fr33domlover/r/vervis>
There is a backup repo, not always up to date though, at: There is a backup repo, not always up to date though, at:

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
VERVIS='https://dev.seek-together.space/s/fr33domlover/r' VERVIS='https://dev.angeley.es/s/fr33domlover/r'
HUB='https://hub.darcs.net/fr33domlover' HUB='https://hub.darcs.net/fr33domlover'
darcs clone $HUB/hit-graph darcs clone $HUB/hit-graph

View file

@ -18,7 +18,7 @@ packages:
- '../persistent-email-address' - '../persistent-email-address'
# - '../yesod-auth-account' # - '../yesod-auth-account'
- location: - location:
git: https://dev.seek-together.space/s/fr33domlover/r/yesod-auth-account git: https://dev.angeley.es/s/fr33domlover/r/yesod-auth-account
commit: d44b85e979b52baaba346b236250a4a84dbd5c7f commit: d44b85e979b52baaba346b236250a4a84dbd5c7f
extra-dep: true extra-dep: true
- '../yesod-mail-send' - '../yesod-mail-send'

View file

@ -19,7 +19,7 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
<p> <p>
Vervis is being used for its own development: Vervis is being used for its own development:
<a href="https://dev.seek-together.space/s/fr33domlover/p/vervis"> <a href="https://dev.angeley.es/s/fr33domlover/p/vervis">
Vervis project page Vervis project page
<p> <p>

View file

@ -9,8 +9,8 @@ description:
Most of the source code is in the public domain using the CC0 public domain Most of the source code is in the public domain using the CC0 public domain
dedication, but the application as a whole has GPL dependencies, and is dedication, but the application as a whole has GPL dependencies, and is
released under the AGPL 3 license. released under the AGPL 3 license.
homepage: https://dev.seek-together.space/s/fr33domlover/p/vervis homepage: https://dev.angeley.es/s/fr33domlover/p/vervis
bug-reports: https://dev.seek-together.space/s/fr33domlover/p/vervis/t bug-reports: https://dev.angeley.es/s/fr33domlover/p/vervis/t
license: OtherLicense license: OtherLicense
license-file: COPYING license-file: COPYING
author: fr33domlover author: fr33domlover
@ -27,7 +27,7 @@ cabal-version: >=1.10
source-repository head source-repository head
type: darcs type: darcs
location: https://dev.seek-together.space/s/fr33domlover/r/vervis location: https://dev.angeley.es/s/fr33domlover/r/vervis
flag dev flag dev
description: Turn on development settings, like auto-reload templates. description: Turn on development settings, like auto-reload templates.