Skip to content
Snippets Groups Projects
Commit 5c81104d authored by Nathan Rodet's avatar Nathan Rodet
Browse files

Corrected issues on scripts

parent 743d604f
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,13 @@ After deployment, each resource can be accessed though HTTPS depending on their
- Username: abc
- Password: <Gitlab Stored>
## How to add new resources
You can add Terraform resources directly to the main.tf file.
Template are available to the link below.
**Terraform Registry for Scaleway provider : https://registry.terraform.io/providers/scaleway/scaleway/latest/docs**
## How to setup configuration file for services
### cloud-init : file creation
......
......@@ -27,12 +27,12 @@ runcmd:
# Install Atrium
#
- "curl https://forge.grandlyon.com/systemes-dinformation/alpha/projects/labo-rust/-/raw/develop/instance-scripts/config-files/atrium.yaml -o root/atrium.yaml"
- "curl https://forge.grandlyon.com/systemes-dinformation/alpha/projects/labo-rust/-/raw/develop/instance-scripts/config-files/atrium.sh | bash"
- "curl https://forge.grandlyon.com/systemes-dinformation/alpha/projects/labo-rust/-/raw/develop/instance-scripts/scripts/atrium.sh | bash"
#
# Install And Run Code Server
#
- "curl https://forge.grandlyon.com/systemes-dinformation/alpha/projects/labo-rust/-/raw/develop/instance-scripts/scripts/code-server.sh | bash"
- "curl https://forge.grandlyon.com/systemes-dinformation/alpha/projects/labo-rust/-/raw/develop/instance-scripts/config-files/config.yaml -o root/config.yaml"
- "curl https://forge.grandlyon.com/systemes-dinformation/alpha/projects/labo-rust/-/raw/develop/instance-scripts/scripts/code-server.sh | bash"
#
# Run Webtop Container
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment