Skip to content

Instantly share code, notes, and snippets.

View okeken's full-sized avatar
🎯
Focusing

Oke Kehinde okeken

🎯
Focusing
View GitHub Profile
@okeken
okeken / gist:35980d719d80699ab99e8bc27b55e6ba
Created April 30, 2023 21:21
Server Setup / CICD Instructions
Setup/Overview
- https://www.youtube.com/watch?v=bBA2yCnEf68
nginx configuration and server commands setup
- https://gist.github.com/okeken/cba0bb8e9159fd8f07eca60ebcfc42bb
Setup Users/Permission
- https://www.youtube.com/watch?v=T7Hw-94BSgg
@okeken
okeken / react nginx
Last active April 30, 2023 21:12 — forked from oelbaga/01 - Setup Nextjs site on Ubuntu Server - Terminal commands
Setup NextJS app on Digital Ocean Ubuntu server Full Terminal Commands Step by Step
server {
listen 80;
listen [::]:80;
root /var/www/your_domain/html;
index index.html index.htm index.nginx-debian.html;
server_name your_domain www.your_domain;
location / {
Module.exports =
[
{
id: 1,
email: "amet@Nulla.net",
first_name: "Judah",
last_name: "Camacho"
},
{
id: 2,
var name = 'Oke Kehinde';
var courses =['html', 'css', 'php', 'js', 'nodejs', 'design']
console.log('My Name is '+ name + ' and I do the following course: ' + courses)
console.log(courses.length);
num =0