Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bajpangosh committed Jan 21, 2019
1 parent c8d527f commit 0665499
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 5 deletions.
41 changes: 37 additions & 4 deletions ubuntu-18.04/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,55 @@
![](parse.png)

## Use only on Ubuntu 18.04.1 LTS (Bionic Beaver)

## Installation & Usage

###### Use only on Ubuntu-18.04.
### Step 1
Add your domain to [cloudflare](https://www.cloudflare.com/)

### Step 2
![](ssl.png)
Activate FULL SSL.

### Step 3
![](dns.png)
add 2 sub-domains with your VPS ip A record.
app.yourdomain.com
dash.yourdomain.com

Linux Only:
### step 4
ssh login to your vps (root)
paste below code and press ENTER.

```sh
wget -qO pd-u18-04 run.kloudboy.com/pd-u18-04 && sudo bash pd-u18-04
```
### Step 5
![](sshconsole.png)
it will ask you your domain name and app name then press ENTER.

### Step 6
the Installation will start. after sometime you need to fill or press Enter in SSL certificate generator.

### Step 7
![](key.png)
After successful Installation your Credentials shows (take a copy to notepad and save it.).
you can login to Parse Dashboard. https://dash.yourdomain.com (username is admin)

## Features

> parse-server@3.1.3
> parse-dashboard@1.2.0
> mongodb-runner@4.7.1
> Nginx (updated)
> Node js 11.x
> Node js v11.7.0
> Mongodb 4.0
> pm2@3.2.9
> Cloudflare Full SSL
Expand Down
Binary file added ubuntu-18.04/dns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ubuntu-18.04/key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion ubuntu-18.04/pd-u18.04-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,18 @@ echo "APP_ID: $APP_ID"
echo
echo "MASTER_KEY: $MASTER_KEY"
echo
echo "App: https://app.$DOMAIN"
echo "Dashboard: https://dash.$DOMAIN"
echo
echo "Username: admin"
echo "Password: $PASS"
echo "--------------------------------"
tput sgr0
echo
echo
echo "Installation & configuration succesfully finished."
tput setaf 3; echo "Installation & configuration succesfully finished."
echo
echo "Twitter @TeamKloudboy"
echo "E-mail: support@kloudboy.com"
echo "Bye! Your boy KLOUDBOY!"
tput sgr0
Binary file added ubuntu-18.04/sshconsole.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ubuntu-18.04/ssl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0665499

Please sign in to comment.