Update references to GitHub repositories
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Create a deploy user
|
||||
|
||||
[The installer](https://github.com/consul/installer) by default connects as the `root` user only to create a `deploy` user. This `deploy` user is the one who installs all libraries. If you do not have `root` access, please ask your system administrator to follow these instructions to create a user manually.
|
||||
[The installer](https://github.com/consuldemocracy/installer) by default connects as the `root` user only to create a `deploy` user. This `deploy` user is the one who installs all libraries. If you do not have `root` access, please ask your system administrator to follow these instructions to create a user manually.
|
||||
|
||||
You could create a user called `deploy` or any other name. As as example, we are going to create a user named `jupiter`.
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ This tutorial assumes that you have already managed to clone Consul Democracy on
|
||||
3. Go to your Consul Democracy repository and instantiate the process
|
||||
|
||||
```bash
|
||||
cd consul
|
||||
cd consuldemocracy
|
||||
heroku create your-app-name
|
||||
```
|
||||
|
||||
|
||||
@@ -56,4 +56,4 @@ It will take a few minutes, and at the end you will have a shiny new server. It
|
||||
|
||||

|
||||
|
||||
Next to setup Consul Democracy in the server check the [installer's README](https://github.com/consul/installer)
|
||||
Next to setup Consul Democracy in the server check the [installer's README](https://github.com/consuldemocracy/installer)
|
||||
|
||||
@@ -64,8 +64,8 @@ If you encounter the "WSL 2 installation incomplete" error:
|
||||
Clone the repo on your computer and enter the folder:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/consul/consul.git
|
||||
cd consul
|
||||
git clone https://github.com/consuldemocracy/consuldemocracy.git
|
||||
cd consuldemocracy
|
||||
```
|
||||
|
||||
### macOS & Linux
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
## Installation notes for Production and Staging servers
|
||||
|
||||
Check out the [installer's README](https://github.com/consul/installer).
|
||||
Check out the [installer's README](https://github.com/consuldemocracy/installer).
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
These are our recommendations for the different environments and purposes:
|
||||
|
||||
- To setup Consul Democracy for a production environment we recommend using the [installer](https://github.com/consul/installer).
|
||||
- To setup Consul Democracy for a production environment we recommend using the [installer](https://github.com/consuldemocracy/installer).
|
||||
|
||||
- For developers working on a Consul Democracy fork we recommend using a UNIX based system (Linux or Mac) and installing Consul Democracy [locally system wide](local_installation.md).
|
||||
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
|
||||
Before installing Consul Democracy and having it up and running make sure you all [prerequisites](prerequisites.md) installed.
|
||||
|
||||
1. First, clone the [Consul Democracy Github repository](https://github.com/consul/consul/) and enter the project folder:
|
||||
1. First, clone the [Consul Democracy Github repository](https://github.com/consuldemocracy/consuldemocracy/) and enter the project folder:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/consul/consul.git
|
||||
cd consul
|
||||
git clone https://github.com/consuldemocracy/consuldemocracy.git
|
||||
cd consuldemocracy
|
||||
```
|
||||
|
||||
2. Install the Ruby version we need with your Ruby version manager. Here are some examples:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Manual installation for production
|
||||
|
||||
**WARNING:** This method is *not recommended* and not officially supported, since you should use the [installer](https://github.com/consul/installer) instead. Use this method if the installer isn't an option and you can already deal with PostgreSQL, puma or passenger, NGNIX and SSL (with letsencrypt, for instance).
|
||||
**WARNING:** This method is *not recommended* and not officially supported, since you should use the [installer](https://github.com/consuldemocracy/installer) instead. Use this method if the installer isn't an option and you can already deal with PostgreSQL, puma or passenger, NGNIX and SSL (with letsencrypt, for instance).
|
||||
|
||||
This guide assumes you've already [installed all the necessary packages](prerequisites.md) on your system.
|
||||
|
||||
@@ -13,7 +13,7 @@ First, create the main folder, clone the repo to a repo directory, and create th
|
||||
```
|
||||
mkdir consul
|
||||
cd consul
|
||||
git clone --mirror https://github.com/consul/consul.git repo
|
||||
git clone --mirror https://github.com/consuldemocracy/consuldemocracy.git repo
|
||||
mkdir releases shared
|
||||
mkdir shared/log shared/tmp shared/config shared/public shared/storage
|
||||
mkdir -p shared/public/assets shared/public/system shared/public/ckeditor_assets shared/public/machine_learning/data
|
||||
|
||||
Reference in New Issue
Block a user