Skip to content

This a page that will house Makapen projects

License

Notifications You must be signed in to change notification settings

makapen/makapen.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Makapen Website

This README outlines the details of collaborating on this yeoman project.

Deploying to AWS

###Setting up your environment

  1. First, you'll need your own secret + key from AWS. These can be obtained from going to:

    • Username Dropdown >
    • Security Credentials >
    • Users >
    • Create New User (if not already created) >
    • Select Username >
    • Select Create Access Key
  2. Second, once your access key and secret have been activated, you will need to create a .makapen folder in your ~ root drive:

     mkdir .makapen
     cd .makapen
     
  3. Third, create a .config file while inside your .makapen folder:

    touch .config
  4. Lastly, open the file, and place the following code in the .config.json file (replace with your AWS credentials):

     {
     	"accessKeyId": "YOUR KEY HERE",
     	"secretAccessKey": "YOUR SECRET HERE",
     	"aws_bucket": "bucket url",
     	"raws_region": "region"
     }
     
  5. Now your project is ready to run. To run on http://localhost:8000/ with livereload, type this into your command line:

    grunt server

Push to Staging

This will host our website in packaged form.

grunt publish-staging

Push to Production

This will host the live website.

grunt publish-production

About

This a page that will house Makapen projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.9%
  • CSS 34.6%
  • JavaScript 4.5%