install fedena on windows

8
How to start the Fedena Server automatically when Windows starts Click “Start” (windows Logo” in the search box type “cmd” , right mouse click “cmd” Run as administrator. (windows XP users click Start>All Programs>Command Prompt). Your screen will look like the following: Click “Run as administrator” Your screen will look like the following: Type this command “gem install mongrel" and hit enter...

Upload: carlos-mendoza-santos

Post on 24-Oct-2015

151 views

Category:

Documents


7 download

TRANSCRIPT

Page 1: Install Fedena on Windows

How to start the Fedena Server automatically when Windows starts

Click “Start” (windows Logo” in the search box type “cmd” , right mouse click “cmd” Run as administrator. (windows XP users click Start>All Programs>Command Prompt).

Your screen will look like the following:

Click “Run as administrator”

Your screen will look like the following:

Type this command “gem install mongrel" and hit enter...

Page 2: Install Fedena on Windows

Your screen will look like the following:

Next type this command "gem install win32-service" and hit enter...

Your screen will look like the following:

Next type this command “gem install mongrel_service” and hit enter…

Page 3: Install Fedena on Windows

Your screen will look like the following:

Next type this command “mongrel_rails service::install -N FedenaService -c c:\fedena -p 80 -e production” hit enter…

I'll go through what the command mean. The-N FedenaService is what the service will be called,-c is your fedena directory, -p is the port number it'll run through and -e is the "mode" you want your app to run in.

In place of “c:\fedena” type “c:\yourfedenadirectory”

Your screen will look like the following:

Next click Start>Control Panel

Page 4: Install Fedena on Windows

Your screen will look like the following:

Click “System and Security”

Your screen will look like the following:

Click “Administrative Tool”

Page 5: Install Fedena on Windows

Your screen will look like the following:

Click “Services”

Your screen will look like the following:

Scroll down until you see “FedenaServices” (we’ve created earlier)

Page 6: Install Fedena on Windows

Your screen will look like the following:

Right mouse click on “FedenaServices” and click “Properties”.

Your screen will look like the following:

Click dropdown menu for “Startup type” and choose “Automatic”

Page 7: Install Fedena on Windows

Your screen will look like the following:

Click “OK”

Close all open windows.

Congratulations! You have installed Fedena Service to start automatically when Windows starts.

Restart Windows.

Go to your Bowser and type h t t p:/ / l o c al h o st