Skip to content
Snippets Groups Projects
Commit bb2fd940 authored by arijal2's avatar arijal2
Browse files

Merge branch 'new' into 'new'

Update README, .gitignore, remove log file

See merge request !22
parents 13e46d26 fbb20c6b
Branches
Tags
1 merge request!22Update README, .gitignore, remove log file
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
/config/secrets/prod/prod.decrypt.private.php /config/secrets/prod/prod.decrypt.private.php
/public/bundles/ /public/bundles/
/var/cache/* /var/cache/*
/var/logs/* /var/log/*
/vendor/ /vendor/
/migrations/*.php /migrations/*.php
###< symfony/framework-bundle ### ###< symfony/framework-bundle ###
...@@ -17,4 +17,10 @@ npm-debug.log ...@@ -17,4 +17,10 @@ npm-debug.log
yarn-error.log yarn-error.log
###< symfony/webpack-encore-bundle ### ###< symfony/webpack-encore-bundle ###
# System files
.DS_Store
.idea
# This project
/public/lockups/* /public/lockups/*
** Installation (Devlopment) ** ** Installation (Devlopment) **
------------------ ------------------
Install Symfony CLI
- On macOS: `brew install symfony-cli/tap/symfony-cli` or view https://symfony.com/download
Install Lockup Factory
1. Create a new database and import the sql dump in `/db`. 1. Create a new database and import the sql dump in `/db`.
2. Edit the database details in the .env file. 2. Copy .env to .env.local and edit the database details (including setting a proper serverVersion param).
3. Install inkscape in your local machine by `brew install --cask inkscape` on macOS. 3. Install inkscape in your local machine by `brew install --cask inkscape` on macOS.
4. Also install imagemagick in your local machine by `brew install imagemagick` on macOS. 4. Also install imagemagick in your local machine by `brew install imagemagick` on macOS.
5. Run `composer install` & `npm install`. 5. Run `composer install` & `npm install`.
6. (Dev) Edit the hosts file to setup a .edu localhost domain (for the authentication system). 6. (Dev) Edit `/etc/hosts` file to setup a unl.edu localhost domain (for the authentication system).
1. Sample line: `127.0.0.1 lockups-local.unl.edu`
7. Run `symfony server:start`. 7. Run `symfony server:start`.
8. Visit https://lockups-local.unl.edu:8000/
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment