Skip to content

Instantly share code, notes, and snippets.

@natanaelfneto
natanaelfneto / React-Native-PowerShell.md
Last active July 5, 2022 06:01
How to run a React Native "Hello World" Android App on Windows via PowerShell or Windows Subsystem for Linux
@natanaelfneto
natanaelfneto / CentOS7-DCM4CHEE.md
Last active October 5, 2021 08:09
How to run DCM4CHEE on CentOS machine without JBOSS server

DCM4CHEE on CentOS machine

This Gist shows how to set up a CentOS machine to run a functional DCM4CHEE instance.

Getting CentOS 7 x86_64

Native

  1. download the desire iso at CentOS.org
  2. create a boot drive
  3. install it
@natanaelfneto
natanaelfneto / CentOS7-...l.md
Last active March 5, 2018 14:14
How to run CentOS 7 .... incomplete

CentOS 7 and Nginx with Laravel Servers

This Gist shows how to run CentOS linux distro native or on a Vagrant virtual machine with Nginx. Access it locally or via host to the 'localhost:80'. Also show how to make Laravel servers to run and access the url both locally and via host at 'localhost:8000'


Content Table

  1. Via PowerShell
    1. Download CentOS 7 x86_64 Vagrant box
    2. Download and install Vagrant 2.0.2 x86_64
    3. Create Vagrant directories
    4. Add CentOS 7 x86_64 box to Vagrant
    5. Configure Vagrantfile