./rebar clean ./rebar compile all You can use CB without sources, just keep the same layout of directories. You have to keep .erl files from priv/rebar/ and ChicagoBoss/priv/rebar/ directories - these are plugins for rebar, they are recompiled on each run. Also you have to keep .erl files from priv/init/ directory. Rest erl files can be safely deleted.
if you have any additional apps with c_sources, you must recompile c sources on target machine. среда, 7 мая 2014 г., 12:15:07 UTC+4 пользователь Hilary Cheng написал: > > Hi all, > > Is there any instruction that I can put the my application into > server without attaching source code ? Since I tried to remove all the > those src directory from my project and let it run. But I cannot access my > apps at Chicagoboss. I am already using "./init.sh start" to start the > chicagoboss. > > Regards, > > Hilary > > -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/chicagoboss. To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/ce2943d4-7187-4e91-82b8-fc1b80105a74%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
