On Tue, Jan 31, 2012 at 1:49 AM, K <mehmet...@gmail.com> wrote:
> I am reading the docs at:
>
> https://github.com/rapidsms/rapidsms-documentation/blob/c8368afba78d306a0eaaf0ae75ed7303d0e20d68/tutorial.rst
>
> It says: RapidSMS configuration options are stored in the rapidsms.ini
> file in the root directory of the application. You can modify the
> settings here using your favorite text editor. If you'll be doing
> development work however, we recommend copying the file to a new file
> called local.ini.
>
> However, I don't see either of these ini files. Where are they
> located?
This tutorial is old and out of date. These files are no longer used
and are replaced by localsettings.py. Sorry about that. I don't think
there is currently an up to date version of the tutorial, but looking
at the example apps is a good place to start.
> ##
>
> The docs also say: Now that our database has been synchronized, we can
> fireup the internal webserver:
>
> ~rapidsms$ python rapidsms runserver 8000
>
> But in the install guide at https://github.com/rapidsms/rapidsms/wiki/Debianbased,
> it says to:
>
> python manage.py runserver
These commands are equivalent. The "8000" argument is the port for
your server to run on.
>
>
>
> --
> You received this message because you are subscribed to the Google Groups "rapidsms" group.
> To post to this group, send email to rapi...@googlegroups.com.
> To unsubscribe from this group, send email to rapidsms+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/rapidsms?hl=en.
>