Skip to content

amsclark/PikaInstallScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6a5a7ef · Jan 12, 2023

History

23 Commits
Oct 2, 2019
Sep 19, 2019
Jan 12, 2023
Oct 2, 2019

Repository files navigation

PikaInstallScripts

Pika/OCM Install Scripts

The scripts in this repository can be used to set up basic Pika development server in an automated fashion. It is not meant to configure a "full" production server with backups, ssl certificates, etc, but would also be a good starting point for that.

Here is an example as to how to run it after logging into an AWS Lightsail LAMP image for the first time:

wget https://raw.githubusercontent.com/amsclark/PikaInstallScripts/master/LightSail.sh
sudo -s
bash ./LightSail.sh

Here is an example as to how to run it after logging into a Centos 7.6 Digital Ocean Droplet for the first time as root. Please note, it'll hang for a minute on libgcc when yum update runs as part of the script

curl -LJO https://raw.githubusercontent.com/amsclark/PikaInstallScripts/master/Centos7.6onDigitalOcean.sh
bash ./Centos7.6onDigitalOcean.sh

About

Pika/OCM Install Scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages