Coder Social home page Coder Social logo

biblebaptistmattoon's Introduction

Project Setup

To setup this project, set the following variables in the .env file.

CHURCH_NAME="Example Church"
CHURCH_CITY="Peoria, Illinois"
FLARE_KEY=
ADMIN_USERS=[email protected]
VULTR_BUCKET=
VULTR_REGION=ewr1
VULTR_ACCESS_KEY=
VULTR_SECRET_KEY=
VULTR_ENDPOINT=

Set the app key

If Laravel doesn't do this for you. Set the app key by sshing into the server and running php artisan key:generate

Database Setup

Then copy the base sqlite database (found at ~/Documents/1.Projects/UltimateChurchWebsite/base.sqlite on your mac) into /database/database.sqlite.

Node

On the server run

npm i
npm run build

Files Setup

Finally, you need to set the domain to work on vultr. Change the settings in the cors_rules.xml file locally and then run the following commands from that folder on a mac that has been setup with your vultr account:

s3cmd mb s3://BUCKET 
s3cmd setcors cors_rules.xml s3://BUCKET
s3cmd info s3://BUCKET

(Where BUCKET is the name of that site's bucket you set in the .env file above)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.