Documentation v2.1.0
Item Name: Freelancy - Ultimate Freelance Project Management App
Item Version: v2.1.0
Author: Vaaip
Last updated: 17 Jan 2020
First of all, Thank you so much for purchasing this application and for being our loyal customer. You are awesome! You are entitled to get free lifetime updates to this product + exceptional support from us directly.
This documentation is to help you with each step of installation. Please go through the documentation carefully to understand how to set up this application.
You will need to make sure the following requirements to set up this application before getting started installation.
package.zip
and open .env
file in a text editor.
APP_NAME
APP_URL
DB_HOST
DB_PORT
DB_DATABASE
DB_USERNAME
DB_PASSWORD
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_DEFAULT_REGION
AWS_BUCKET
MAIL_FROM_ADDRESS
MAIL_FROM_NAME
PUSHER_APP_ID
PUSHER_APP_KEY
PUSHER_APP_SECRET
PUSHER_APP_CLUSTER
PAYPAL_CLIENT_ID
PAYPAL_SECRET
npm run production
nginx.conf
file in a text editor and update YOUR_DOMAIN_NAME
and ROOT_PATH
.
server {
listen 80;
server_name YOUR_DOMAIN_NAME;
root ROOT_PATH/public;
...
Now successfully prepared the package. The next step is upload the package to your serve and deploy.
php artisan app:install
sudo chown -R $USER:www-data storage bootstrap/cache vendor/mpdf
* * * * * cd /ROOT_PATH && php artisan schedule:run >> /dev/null 2>&1
nginx.conf
to Nignx's sites-available
and set a symbolic link to sites-enabled
sudo cp nginx.conf /etc/nginx/sites-available/YOUR_DOMAIN_NAME
sudo ln -s /etc/nginx/sites-available/YOUR_DOMAIN_NAME /etc/nginx/sites-enabled/
sudo service nginx restart
Now successfully deployed the package. The next step is configure application.
Next
to continue then. Please cross-check the .env
configurations and server requirements if found error on any services.Verify
.Create
button to complete installation.Sign In
button to sign into dashboard.Please remember you have purchased a very affordable application and you have not paid for a full-time software development agency. Occasionally we will help with small tweaks, but these requests will be put on a lower priority due to their nature. Support is also 100% optional and we provide it for your convenience, so please be patient, polite and respectful.
Please visit our profile page or ask question via hello@vaaip.com
1 Aug 2020 - Minor fix on payment module
- Fix purchase code verification issues
17 Jan 2020 - New release v2.1.0
- Minor fixes
- Responsive fixes
- Performance optimization
- UI improvements
- Code refactor
🎉 13 Jan 2020 - New release v2.0.0
🎉 13 Dec 2019 - Initial release v1.0.0