ubuntu@proton2:~/ossproton$ curl https://install.timeplus.com/oss | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2587 100 2587 0 0 24177 0 --:--:-- --:--:-- --:--:-- 24177
Downloading proton...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 617M 100 617M 0 0 37.4M 0 0:00:16 0:00:16 --:--:-- 35.6M
Download and permission setting completed: proton
To interact with Proton:
Start the Proton server(data store in current folder ./proton-data/ ):
./proton server
In a separate terminal, connect to the server:
./proton client
(Note: If you encounter a 'connection refused' error, use: ./proton client --host 127.0.0.1)
To terminate the server, press ctrl+c in the server terminal.
For detailed usage and more information, check out the Timeplus documentation:
https://docs.timeplus.com/
You can also install it(data store in /var/lib/proton/):
sudo ./proton install
ubuntu@proton2:~/ossproton$ ls -lah
total 618M
drwxrwxr-x 2 ubuntu ubuntu 4.0K Aug 14 03:20 .
drwxr-xr-x 9 ubuntu ubuntu 4.0K Aug 14 03:19 ..
-rwxrw-r-- 1 ubuntu ubuntu 618M Aug 14 03:20 proton
ubuntu@proton2:~/ossproton$ ./proton server --daemon
ubuntu@proton2:~/ossproton$ ps -ef|grep proton
ubuntu 2761 2496 0 03:21 pts/0 00:00:00 grep --color=auto proton
To interact with Proton:
Start the Proton server(data store in current folder ./proton-data/ ): ./proton server
In a separate terminal, connect to the server: ./proton client (Note: If you encounter a 'connection refused' error, use: ./proton client --host 127.0.0.1)
To terminate the server, press ctrl+c in the server terminal.
For detailed usage and more information, check out the Timeplus documentation: https://docs.timeplus.com/
You can also install it(data store in /var/lib/proton/): sudo ./proton install ubuntu@proton2:~/ossproton$ ls -lah total 618M drwxrwxr-x 2 ubuntu ubuntu 4.0K Aug 14 03:20 . drwxr-xr-x 9 ubuntu ubuntu 4.0K Aug 14 03:19 .. -rwxrw-r-- 1 ubuntu ubuntu 618M Aug 14 03:20 proton ubuntu@proton2:~/ossproton$ ./proton server --daemon ubuntu@proton2:~/ossproton$ ps -ef|grep proton ubuntu 2761 2496 0 03:21 pts/0 00:00:00 grep --color=auto proton