https://github.com/ryandadeng/elmo-hr-suite
https://github.com/ryandadeng/elmo-hr-suite
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryandadeng/elmo-hr-suite
- Owner: RyanDaDeng
- Created: 2019-12-15T11:55:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T09:18:40.000Z (over 2 years ago)
- Last Synced: 2025-02-07T11:16:01.594Z (4 months ago)
- Language: PHP
- Size: 248 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. Install:
git clone https://github.com/RyanDaDeng/elmo-hr-suite.git
2. install laravel and project
2.1 use .env.example to create a .env file
2.2 set up db connection in .env
2.3 run composer install --vvv
2.4 set up a local server to connect the project, link to /project/public folder
2.5 access the local server, you may be required to set up a key when you access the server3. download ngrok - an online distributed server to connect with your local server
https://ngrok.com/
3.1 run ./ngrok http -host-header=rewrite {your local server name}:{your local server port}
3.2 copy Forwarding https link from terminal4. Go to Slack App Directory: https://api.slack.com/apps
5. Watch Youtube video for the rest steps: https://youtu.be/UMYXxCWdMeE (chang it to 720p)