/drupal-portfolio

Coding Portfolio

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

Shift Cipher

By: Jared Beckler | Epicodus | April 29, 2016

This is a Drupal module created to encrypt English phrases using multiple user inputs.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/jaredbeckler/drupal-portfolio
  • open MAMP and click "Preferences"
  • go to the "Web Server" tab and change the document root to the project folder and start the MAMP server
  • under phpMyAdmin click on the "Import" tab
  • select the zipped database file from sites/backup_db/ and click go
  • after the database imports, click on jaredportfolio_db in the database list and then click the "Privileges" tab
  • next click the "Add User" link on the bottom and enter the username jared_admin, change the dropdown menu in host to localhost, then enter the password admin, and then click "Go" on the bottom of the page
  • to view the site, use your web browser to navigate to localhost:8888
  • admin username: admin
  • admin password: admin

DISCLAIMER: After the code review, all usernames and passwords are subject to change for privacy.

Known Bugs

There are currently no known bugs.

Support and contact details

If you have any issues, questions, ideas, or concerns contact me through GitHUb. If you would like to make a contribution to the code, feel free to do so and notify me by e-mail.

Technologies Used

  • GIT
  • Drupal
  • PHP
  • Drush

License

Copyright © 2016 | Jared Beckler | Epicodus | Portland, OR