Skip to content

Commit 48598bd

Browse files
committed
changed docu url to main sites to enable discussions
1 parent 545a6bb commit 48598bd

File tree

1 file changed

+3
-66
lines changed

1 file changed

+3
-66
lines changed

README.md

+3-66
Original file line numberDiff line numberDiff line change
@@ -21,73 +21,10 @@ This is the "community" edition which contains basically most of the main compon
2121
* Youtube tracking (coming soon)
2222
* 50+ SEO tasks (coming soon)
2323

24-
## Installation
25-
This solution has been tested EXTENSIVELY with Ubuntu 12.04 LTS. I feel it is a great choice for a Linux platform and developing and testing on one platform let's us find issues way faster than dealing with countless pitfalls. Never less it should run fine on CentOS and other platforms as well.
26-
27-
### Step 1
28-
The first step to get going is to copy the initial install script on your machine. For simplicity let's just use SCP
29-
`scp apphera_ubuntu.sh [email protected]:/home/`
30-
31-
### Step 2
32-
!IMPORTANT - WE WILL UPGRADE THIS SCRIPT WITHIN THE NEXT FEW DAYS. IT IS ONLY USEFUL FOR A PREVIOUS VERSION
33-
Ssh into your server, and chmod +x the apphera_ubuntu.sh script and execute it ./apphera_ubuntu.sh
34-
35-
### Step 3
36-
a)
37-
Edit the /etc/apt/sources.list file and add at the end: `deb http://www.rabbitmq.com/debian/ testing main`
38-
b)
39-
`sudo wget http://www.rabbitmq.com/rabbitmq-signing-key-public.asc`
40-
c)
41-
`sudo apt-key add rabbitmq-signing-key-public.asc`
42-
d)
43-
`apt-get update`
44-
e)
45-
`sudo apt-get install rabbitmq-server`
46-
f)
47-
`sudo rabbitmq-plugins enable rabbitmq_management`
48-
g)
49-
`chmod +x apphera_setup.sh`
50-
j)
51-
`./apphera_setup.sh`
52-
53-
You are all done! Now you should check if all services are installed correctly:
54-
55-
`sudo service redis-server restart`
56-
`sudo service rabbitmq-server restart`
57-
58-
If that all succeeds you need to start a background worker. For production environment they will be running in the background.
59-
Just install apt-get install screen and start a screen session (which never ends) and run bundle exec sidekiq in the main directory of this platform
60-
61-
You are ready to give it a shot. In production you want to use unicorn with nginx or other webserver but for now webrick will do:
62-
When in the home directory type
63-
64-
`rails s -e production`
65-
You should now see the webserver starting up.
66-
67-
at http://YOURSERVER:3000 you can see the website with signup etc.
68-
at http://YOURSERVER:55672 You see the message queue server which is password protected for right now just as test/test
69-
70-
71-
Now you can go ahead and find out what the world of social media thinks about you and your competitors. Have fun!
72-
73-
74-
75-
76-
77-
78-
#### Some things to know about installation
79-
80-
If you don't want to run the automated init scripts or want to use a different database you can do the following:
81-
82-
1. edit config/database.yml to set your database. PLEASE DO NOT REUSE EXISTING DATABASE NAMES AS THE INIT SCRIPT WILL WIPE IT OUT.
83-
then issue:
84-
`rake db:create`
85-
`rake db:schema:load`
86-
`rake db:seed`
87-
88-
Now you should be able to start the application on the command line via:
89-
`rail s -e production`
24+
## Installation & FAQ
9025

26+
For questions, documentation and discussions please use our main website:
27+
<a href="http://www.apphera.com/open-source-social-media-monitoring">http://www.apphera.com/open-source-social-media-monitoring</a>
9128

9229

9330
## Licensing

0 commit comments

Comments
 (0)