pushbluster
http://push.edjsongs.in/admin/install
you can check domain is correct
Use new downloaded setup files
Step 2: Upload the setup files to your server. There are two options for uploading the files to your server:
- Option 1: Directly download the setup file to your server using the download link. Use the following commands:
- Option 2: Upload the file to your server using FTP or SCP.
Step 3: Now on the Server extract the zip file by running the following command and replace the file name `pushbluster.zip` with the downloaded file's name:
Step 4: Navigate to the extracted directory and run the following command to start the containers:
If you are installing PushBluster alongside other web applications, you will need to change the Docker port and set up a proxy on your current Apache2 or Nginx server.
Step 5: Open your web browser and go to the following URL `http://your-domain/admin/install`. Replace `your-domain` with the actual domain that you have pointed to the server. For Example: `http://pushbluster.example.com/admin/install`.
cant i use without firebase
No
Web server is down
https://push.edjsongs.in/admin/install
when i use CF Cdn for ssl
Agent profile image
Use flexible in SSL option in cloudflare
when i am clicking on finish tab nothing happens
just skip SMTP details
push bluster migration
/mnt
Go to PushBluster directory
run 'docker compose down'
zip all files and upload to new server
Extract zip files
sudo docker exec pushbluster bash docker-files/permissionfixer.sh
run this command on the server after migration
run 'docker compose up -d'
/usr/local/lsws/conf/httpd_config.conf
pbdockerbackend
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
REWRITERULE ^(.*)$ http://dockerbackend/$1 [P]
extprocessor dockerbackend {
type proxy
address 127.0.0.1:8080
maxConns 100
pcKeepAliveTimeout 60
initTimeout 60
retryTimeout 0
respBuffer 0
}
sudo systemctl restart docker.socket
pushbluster_nginx
sudo apt-get install docker-compose-plugin
apt install docker-compose
docker-compose-plugin
vi .htaccess
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
REWRITERULE ^(.*)$ http://pbdockerbackend/$1 [P]
/usr/local/lsws/conf/httpd_config.conf
at end
extprocessor pbdockerbackend {
type proxy
address 127.0.0.1:8080
maxConns 100
pcKeepAliveTimeout 60
initTimeout 60
retryTimeout 0
respBuffer 0
}
vi docker-compose.yml
ports:
- "8080:80"
Uncaught (in promise) ReferenceError: error is not defined
edit config.php and set $_CONF['inProduction'] = FALSE;
for finding file locations of docer running
docker inspect container name
docker inspect pushbluster
"Mounts": [
{
"Type": "bind",
"Source": "/home/push.edjsongs.in/public_html/PushBluster",
"Destination": "/var/www",
"Mode": "rw",
"RW": true,
"Propagation": "rprivate"
Comments
Post a Comment