[go: up one dir, main page]

Skip to content
/ Pp Public

Pp application is communication platform like slack.

Notifications You must be signed in to change notification settings

ebrugulec/Pp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pp 💆


Pp GIF

Pp application is communication platform like slack. With Pp you can instantly communicate in groups or individually. This project has used Ruby on Rails for the back-end and for the database PostgreSQL. And in this project, the rails's Action Cable structure was used to communicate instantly.

Installiation


for Linux

  • we need to database. Install PostgreSQL last version with this command:
  $ sudo apt-get install postgresql-9.4 postgresql-client-9.4
  • To check that the PostgreSQL server was correctly installed and is running, you can use the command ps:
$ ps -ef | grep postgre
  • Now we can install Pp application. You can clone this repo with command:
$ git clone git@github.com:ebrugulec/Pp.git
  • we need to install the gems required for this application:
$ cd Pp
$ bundle
  • We must setup database:
$ rake db:create
$ rake db:seed
$ rake db:migrate
  • Now, We can run application.
$ rails s

About

Pp application is communication platform like slack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published