Skip to content

Commit c29f3f5

Browse files
Update the Scripts
Signed-off-by: Zackaayush <[email protected]>
1 parent 0382f4c commit c29f3f5

File tree

5 files changed

+32
-50
lines changed

5 files changed

+32
-50
lines changed

docs/EnvironmentGuide/java-environment-setup.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Follow the instructions below to install the JDK:
1010

1111
.. code:: sh
1212
13-
cd ~/scripts/environment/jdk
13+
FLINT.Reporting/code/scripts/setup/environment/jdk
1414
1515
2. Invoke the JDK installation script:
1616

1717
.. code:: sh
1818
19-
./install_jdk.sh
19+
bash install.sh
2020
2121
Install Apache Maven
2222
--------------------
@@ -27,10 +27,9 @@ Follow the instructions below to install Maven:
2727

2828
.. code:: sh
2929
30-
cd ~/scripts/environment/maven
31-
30+
FLINT.Reporting/code/scripts/setup/environment/jdk
3231
2. Invoke the maven installation script:
3332

3433
.. code:: sh
3534
36-
./install_maven.sh
35+
bash install.sh

docs/EnvironmentGuide/kubernetes-environment-setup.rst

Lines changed: 18 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Follow the instructions below to install Kubernetes:
1010

1111
.. code:: sh
1212
13-
cd ~/scripts/environment/kubernetes
13+
FLINT.Reporting/code/scripts/setup/environment/kubernetes
1414
1515
2. Invoke the Kubernetes installation script:
1616

1717
.. code:: sh
1818
19-
./install_kubernetes.sh
19+
bash install.sh
2020
2121
Create Kubernetes Cluster
2222
-------------------------
@@ -27,13 +27,13 @@ Follow the instructions below to create a Kubernetes cluster:
2727

2828
.. code:: sh
2929
30-
cd ~/scripts/environment/kubernetes/cluster
30+
FLINT.Reporting/code/scripts/setup/environment/kubernetes/cluster
3131
3232
2. Invoke the kubernetes-cluster initialization script:
3333

3434
.. code:: sh
3535
36-
./initialize_kubernetes_cluster.sh
36+
bash initialize.sh
3737
3838
Add Docker Registry Secret to the Cluster
3939
-----------------------------------------
@@ -46,13 +46,13 @@ cluster:
4646

4747
.. code:: sh
4848
49-
cd ~/scripts/environment/kubernetes/secrets
49+
FLINT.Reporting/code/scripts/setup/environment/kubernetes/cluster/secrets
5050
5151
2. Invoke the add private docker registry secret script:
5252

5353
.. code:: sh
5454
55-
./add_private_docker_registry_secret.sh
55+
bash add_private_docker_registry_secret.sh
5656
5757
Add Weavenet to the Cluster
5858
---------------------------
@@ -63,13 +63,13 @@ Follow the instructions below to add Weavenet to the cluster:
6363

6464
.. code:: sh
6565
66-
cd ~/scripts/environment/weavenet
66+
FLINT.Reporting/code/scripts/setup/environment/kubernetes/cluster/addons/weavenet
6767
6868
2. Invoke the meta installation script:
6969

7070
.. code:: sh
7171
72-
./install_weavenet.sh
72+
bash install.sh
7373
7474
Install Helm
7575
------------
@@ -80,13 +80,13 @@ Follow the instructions below to install Helm:
8080

8181
.. code:: sh
8282
83-
cd ~/scripts/environment/helm
83+
FLINT.Reporting/code/scripts/setup/environment/kubernetes/cluster/addons/helm
8484

8585
2. Invoke the helm installation script:
8686

8787
.. code:: sh
8888
89-
./install_helm.sh
89+
bash install.sh
9090
9191
Add Traefik to the Cluster
9292
--------------------------
@@ -97,13 +97,13 @@ Follow the instructions below to add Traefik to the cluster:
9797

9898
.. code:: sh
9999
100-
cd ~/scripts/environment/traefik
100+
FLINT.Reporting/code/scripts/setup/environment/kubernetes/cluster/addons/traefik
101101
102102
2. Invoke the traefik installation script:
103103

104104
.. code:: sh
105105
106-
./install_traefik.sh
106+
bash install.sh
107107
108108
Add Storage Volumes to the Cluster
109109
----------------------------------
@@ -116,7 +116,7 @@ cluster:
116116

117117
.. code:: sh
118118
119-
cd ~/scripts/environment/kubernetes/storage
119+
FLINT.Reporting/code/scripts/setup/environment/kubernetes/cluster/addons/storage
120120
121121
2. Reload the environmental variables:
122122

@@ -128,7 +128,7 @@ cluster:
128128

129129
.. code:: sh
130130
131-
./install_storage_volumes.sh
131+
bash install.sh
132132
133133
Add PostgreSQL to the Cluster
134134
-----------------------------
@@ -139,30 +139,13 @@ Follow the instructions below to add PostgreSQL to the cluster:
139139

140140
.. code:: sh
141141
142-
cd ~/scripts/environment/postgres
142+
FLINT.Reporting/code/scripts/setup/environment/kubernetes/cluster/addons/postgresql
143143
144144
2. Invoke the Postgres installation script:
145145

146146
.. code:: sh
147147
148-
./install_postgres.sh
149-
150-
Add Cassandra to the Cluster
151-
----------------------------
152-
153-
Follow the instructions below to add Cassandra to the cluster:
154-
155-
1. Navigate to the Cassandra setup scripts directory on the server:
156-
157-
.. code:: sh
158-
159-
cd ~/scripts/environment/cassandra
160-
161-
2. Invoke the Cassandra installation script:
162-
163-
.. code:: sh
164-
165-
./install_cassandra.sh
148+
bash install.sh
166149
167150
Add RabbitMQ to the Cluster
168151
---------------------------
@@ -173,10 +156,10 @@ Follow the instructions below to add RabbitMQ to the cluster:
173156

174157
.. code:: sh
175158
176-
cd ~/scripts/environment/rabbitmq
159+
FLINT.Reporting/code/scripts/setup/environment/kubernetes/cluster/addons/rabbitmq
177160
178161
2. Invoke the rabbitmq installation script:
179162

180163
.. code:: sh
181164
182-
./install_rabbitmq.sh
165+
bash install.sh

docs/EnvironmentGuide/meta-environment-setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Follow the instructions below to install Meta:
77

88
.. code:: sh
99
10-
cd ~/scripts/environment/meta
10+
FLINT.Reporting/code/scripts/setup/environment/meta
1111
1212
2. Invoke the meta installation script:
1313

1414
.. code:: sh
1515
16-
./install_meta.sh
16+
bash install.sh

docs/EnvironmentGuide/nodejs-environment-setup.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Follow the instructions below to install the NodeJS:
1010

1111
.. code:: sh
1212
13-
cd ~/scripts/environment/nodejs
13+
FLINT.Reporting/code/scripts/setup/environment/nodejs
1414
1515
2. Invoke the NodeJS installation script:
1616

1717
.. code:: sh
1818
19-
./install_nodejs.sh
19+
bash install.sh
2020
2121
Install NPM
2222
-----------
@@ -27,13 +27,13 @@ Follow the instructions below to install NPM:
2727

2828
.. code:: sh
2929
30-
cd ~/scripts/environment/npm
30+
FLINT.Reporting/code/scripts/setup/environment/npm
3131
3232
2. Invoke the npm installation script:
3333

3434
.. code:: sh
3535
36-
./install_npm.sh
36+
bash install.sh
3737
3838
Install Angular
3939
---------------
@@ -44,10 +44,10 @@ Follow the instructions below to install Angular:
4444

4545
.. code:: sh
4646
47-
cd ~/scripts/environment/angular
47+
FLINT.Reporting/code/scripts/setup/environment/angular
4848
4949
2. Invoke the Angular installation script:
5050

5151
.. code:: sh
5252
53-
./install_angular.sh
53+
bash install.sh

docs/EnvironmentGuide/security-environment-setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ a public CA, proceed as follows:
2626
1. Navigate to the openssl scripts directory on the server:
2727
::
2828

29-
cd ~/scripts/environment/openssl
29+
FLINT.Reporting/code/scripts/setup/environment/openssl
3030

3131
2. Invoke the generate keys and certificates script:
3232
::
3333

34-
./generate_keys_and_certificates.sh
34+
bash generate.sh
3535

3636
3. Follow the wizards instructions.
3737

0 commit comments

Comments
 (0)