Compare commits
2 Commits
30177abb3b
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| a8d77fee98 | |||
| 7b79e1d4b7 |
@@ -1,6 +1,6 @@
|
|||||||
NAME = inception
|
NAME = inception
|
||||||
COMPOSE = docker compose -p inception --env-file srcs/.env -f srcs/docker-compose.yml
|
COMPOSE = docker compose -p inception --env-file srcs/.env -f srcs/docker-compose.yml
|
||||||
DATA_PATH = /home/oriabenkyi/data
|
DATA_PATH = /home/oriabenk/data
|
||||||
|
|
||||||
all: up
|
all: up
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,25 @@
|
|||||||
|
|
||||||
|
*This project has been created as part of the 42 curriculum by oriabenk.*
|
||||||
|
|
||||||
|
## Description
|
||||||
|
# codam-Inception
|
||||||
|
|
||||||
|
## Instructions
|
||||||
|
1 install VM ;)
|
||||||
|
2 go to VM ;)
|
||||||
|
3 copy ssh key to VM
|
||||||
|
4 copy git repositary to VM
|
||||||
|
5 copy to folders with project secrets folder
|
||||||
|
6 edit /etc/hosts file to resolve DNS request
|
||||||
|
7 run make in folder with project
|
||||||
|
8 crash testing mandaratory part
|
||||||
|
9 if all ok run make fclean and after make bonus
|
||||||
|
10 crash testing bonus part
|
||||||
|
for bonus I use:
|
||||||
|
ftp server
|
||||||
|
gitea
|
||||||
|
static page
|
||||||
|
Adminer
|
||||||
|
## Resources
|
||||||
|
|
||||||
|
www ;)
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
NAME = inception
|
NAME = inception
|
||||||
COMPOSE = docker compose -p inception-bonus --env-file srcs/.env -f srcs/docker-compose.yml
|
COMPOSE = docker compose -p inception-bonus --env-file srcs/.env -f srcs/docker-compose.yml
|
||||||
DATA_PATH = /home/oriabenkyi/data-bonus
|
DATA_PATH = /home/oriabenk/data-bonus
|
||||||
|
|
||||||
all: up
|
all: up
|
||||||
|
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
z9K93ew8T+cUVVFwYH6MmVTE
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
tLPUmcpXXzugcZXxXwtT51Qg
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
9BSLCZWoT1Z7mfdcWEC+nmZ2
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
vQvK2jgta1Y9q/EOru7J/APo
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
oMg5sgSqPvIHN0NFS1s+97Un
|
|
||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
DOMAIN_NAME=oriabenk.42.fr
|
DOMAIN_NAME=oriabenk.42.fr
|
||||||
LOGIN=oriabenk
|
LOGIN=oriabenk
|
||||||
|
|
||||||
DATA_PATH=/home/oriabenkyi/data-bonus
|
DATA_PATH=/home/oriabenk/data-bonus
|
||||||
|
|
||||||
MYSQL_DATABASE=wordpress
|
MYSQL_DATABASE=wordpress
|
||||||
MYSQL_USER=wp_user
|
MYSQL_USER=wp_user
|
||||||
|
|||||||
Reference in New Issue
Block a user