Skip to content

Commit

Permalink
update instructions to use new wing commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rizen committed Jun 20, 2018
1 parent dfd2bd1 commit 8b9da97
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ INSTALLATION
mkdir /data/apps/logs mkdir /data/apps/logs
chown nobody /data/apps/logs chown nobody /data/apps/logs


NOTE: You can also edit the location of the logs in /data/MyApp/etc/log4perl.conf. It is defaultly set to /data/apps/logs/MyApp.log NOTE: You can also edit the location of the logs in /data/MyApp/etc/log4perl.conf. It is defaultly set to /data/apps/logs/wing.log


7. Initialize the database: 7. Initialize the database:


Expand All @@ -60,9 +60,8 @@ INSTALLATION


8. Start up the rest server and/or web server: 8. Start up the rest server and/or web server:


cd /data/MyApp/bin wing rest --start
./start_rest.sh wing web --start
./start_web.sh


9. Now you can connect to the rest server and see if it's alive: 9. Now you can connect to the rest server and see if it's alive:


Expand Down Expand Up @@ -91,8 +90,7 @@ beanstalkd &


And finally you run Wing's job server by typing: And finally you run Wing's job server by typing:


wingman.pl start wing wingman --start







Expand Down

0 comments on commit 8b9da97

Please sign in to comment.