Skip to content

Instantly share code, notes, and snippets.

View ertugrulozcan's full-sized avatar

Ahmet Ertuğrul Özcan ertugrulozcan

View GitHub Profile
export const defaultResources = {
cms: [
"contents",
"content-types",
"collections",
"pages",
"nested-types",
"cms-webhooks",
"cms-events",
"redirections",

ErtisCMS Ecosystem Installation

MongoDB Build & Run

docker run -d --name mongodb -p 27017:27017 -v data-vol:/data/db -t mongo:latest`

Lookup MongoDB Container IP

docker inspect --format '{{ .NetworkSettings.IPAddress }}' 
<wsdl:definitions
xmlns=""
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:s="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"
xmlns:tns="http://tempuri.org/"
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<wsdl:definitions
xmlns=""
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:s="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
using System;
/*
*
***
*****
*******
*********
*******
120920210225150310/v2/subscription/customers{
"name": "test",
"surname": "test",
"identityNumber": "11111111111",
"email": "testdenemesiismet@gmail.com",
"gsmNumber": "+905346118505",
"billingAddress": {
"address": "Nidakule Göztepe, Merdivenköy Mah. Bora Sok. No:1",
"zipCode": "34742",
"contactName": "test test",
version: '3.1'
services:
mongo:
container_name: ertisauth_mongo
image: mongo
restart: always
volumes:
- ${HOME}/.docker/volumes/ertisauth:/data/db
ports:
;===SARI_KAFA.ASM====
LIST P=16F628A
INCLUDE "P16F628A.INC"
__CONFIG _INTRC_OSC_NOCLKOUT & _WDT_OFF & _PWRTE_ON & _MCLRE_ON & _BODEN_OFF & _LVP_OFF & _DATA_CP_OFF & _CP_OFF
;-----------------------------------------------------------
CBLOCK 20h
AL,AH,BL,BH
ENDC
ORG h'00' ;Entrypoint
CLRF PORTB ;Reset PortB
using System;
using System.Collections.Generic;
using System.Linq;
namespace Homework4
{
public static class Question2
{
public static void Run()
{