This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import LoginForm from './components/login/LoginForm'; | |
import { Router, Switch, Route } from 'react-router-dom'; | |
import { createBrowserHistory } from 'history'; | |
import AuthenticatedRoute from './authentication/AuthenticatedRoute'; | |
import Desk from './components/desk/Desk'; | |
export const App = () => { | |
const logout = () => Meteor.logout(); | |
const history = createBrowserHistory(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{# Let folks know this wasn't a manual configuration #} | |
# This configuration file was generated with mechanic. | |
{% macro server(site, settings, options) %} | |
include "{{ settings.overrides }}/{{ site.shortname }}/top"; | |
server { | |
gzip on; |
- Install (TinyMCE 5.x)
npm install --save tinymce @tinymce/tinymce-react copy-webpack-plugin
- Copy static files(tinymce skins) to
public
folder. Edit filenext.config.js
const path = require('path');
const webpack = require('webpack');
const CopyPlugin = require('copy-webpack-plugin');
Gist to support https://www.youtube.com/watch?v=vMlUVDcriww
- https://github.com/GoogleContainerTools/kaniko
- https://docs.cloudbees.com/docs/cloudbees-ci/latest/cloud-admin-guide/using-kaniko
kubectl create secret docker-registry docker-credentials --docker-username=[userid] --docker-password=[Docker Hub access token] --docker-email=[user email address] --namespace jenkins
OlderNewer