Changing main instance domain again
This commit is contained in:
parent
b18c0cb255
commit
656e7a98b9
4 changed files with 16 additions and 16 deletions
|
@ -49,7 +49,7 @@ can install it from a distro package too, e.g.:
|
||||||
|
|
||||||
Clone the Vervis repo:
|
Clone the Vervis repo:
|
||||||
|
|
||||||
$ darcs clone https://dev.angeley.es/s/fr33domlover/r/vervis
|
$ darcs clone https://vervis.peers.community/s/fr33domlover/r/vervis
|
||||||
$ cd vervis
|
$ cd vervis
|
||||||
|
|
||||||
Clone dependency libraries:
|
Clone dependency libraries:
|
||||||
|
|
22
README.md
22
README.md
|
@ -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.openheart.work>, and I
|
There is a Vervis instance running at <https://vervis.peers.community>, 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,
|
||||||
|
@ -52,7 +52,7 @@ time of writing, I'll try to keep this little tutorial up to date)!
|
||||||
yet. If you find that this step is unnecessary and everything works without
|
yet. If you find that this step is unnecessary and everything works without
|
||||||
it, let me know :)
|
it, let me know :)
|
||||||
|
|
||||||
Host dev.openheart.work
|
Host vervis.peers.community
|
||||||
ControlMaster no
|
ControlMaster no
|
||||||
ForwardAgent no
|
ForwardAgent no
|
||||||
ForwardX11 no
|
ForwardX11 no
|
||||||
|
@ -71,25 +71,25 @@ SSH.
|
||||||
|
|
||||||
**HTTPS clone:**
|
**HTTPS clone:**
|
||||||
|
|
||||||
$ darcs clone https://dev.openheart.work/s/fr33domlover/r/vervis
|
$ darcs clone https://vervis.peers.community/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.openheart.work:wistera
|
$ darcs clone vervis.peers.community:wistera
|
||||||
|
|
||||||
If the repo is under another user:
|
If the repo is under another user:
|
||||||
|
|
||||||
$ darcs clone dev.openheart.work:aviva/poems
|
$ darcs clone vervis.peers.community:aviva/poems
|
||||||
|
|
||||||
If usernames are different:
|
If usernames are different:
|
||||||
|
|
||||||
$ darcs clone luke@dev.openheart.work:wistera
|
$ darcs clone luke@vervis.peers.community:wistera
|
||||||
|
|
||||||
If the repo is under another user:
|
If the repo is under another user:
|
||||||
|
|
||||||
$ darcs clone luke@dev.openheart.work:aviva/poems
|
$ darcs clone luke@vervis.peers.community:aviva/poems
|
||||||
|
|
||||||
A few more little notes:
|
A few more little notes:
|
||||||
|
|
||||||
|
@ -230,7 +230,7 @@ control.
|
||||||
|
|
||||||
The official download location is the Darcs repository:
|
The official download location is the Darcs repository:
|
||||||
|
|
||||||
<https://dev.openheart.work/s/fr33domlover/r/vervis>
|
<https://vervis.peers.community/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:
|
||||||
|
|
||||||
|
@ -247,6 +247,6 @@ open a ticket for it! Even if you're going to implement something or try to
|
||||||
solve it.
|
solve it.
|
||||||
|
|
||||||
If you're going to implement some feature or fix some bug you found, **start by
|
If you're going to implement some feature or fix some bug you found, **start by
|
||||||
opening a ticket** [here](https://dev.openheart.work/s/fr33domlover/p/vervis/t) so
|
opening a ticket**
|
||||||
that other people will know which features are being developed and who does
|
[here](https://vervis.peers.community/s/fr33domlover/p/vervis/t) so that other
|
||||||
what.
|
people will know which features are being developed and who does what.
|
||||||
|
|
|
@ -12,7 +12,7 @@ packages:
|
||||||
# Packages to be pulled from upstream that are not in the resolver (e.g.,
|
# Packages to be pulled from upstream that are not in the resolver (e.g.,
|
||||||
# acme-missiles-0.3)
|
# acme-missiles-0.3)
|
||||||
extra-deps:
|
extra-deps:
|
||||||
- git: https://dev.openheart.work/s/fr33domlover/r/yesod-auth-account
|
- git: https://vervis.peers.community/s/fr33domlover/r/yesod-auth-account
|
||||||
commit: 2d19eea0fae58897a02372a84cc48e7696a4e288
|
commit: 2d19eea0fae58897a02372a84cc48e7696a4e288
|
||||||
- ./lib/darcs-lights
|
- ./lib/darcs-lights
|
||||||
- ./lib/darcs-rev
|
- ./lib/darcs-rev
|
||||||
|
|
|
@ -8,8 +8,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.openheart.work/s/fr33domlover/p/vervis
|
homepage: https://vervis.peers.community/s/fr33domlover/p/vervis
|
||||||
bug-reports: https://dev.openheart.work/s/fr33domlover/p/vervis/t
|
bug-reports: https://vervis.peers.community/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.openheart.work/s/fr33domlover/r/vervis
|
location: https://vervis.peers.community/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.
|
||||||
|
|
Loading…
Reference in a new issue