Changed to windows fileformat (linebreaks).
This commit is contained in:
parent
b65e21e08f
commit
1b119cd888
138
README.txt
138
README.txt
@ -1,69 +1,69 @@
|
|||||||
English README file for OpenSlides
|
English README file for OpenSlides
|
||||||
==================================
|
==================================
|
||||||
|
|
||||||
This is OpenSlides, version 1.2-beta1.
|
This is OpenSlides, version 1.2-beta1.
|
||||||
|
|
||||||
|
|
||||||
What is OpenSlides?
|
What is OpenSlides?
|
||||||
===================
|
===================
|
||||||
OpenSlides is a free, web-based presentation system for displaying and
|
OpenSlides is a free, web-based presentation system for displaying and
|
||||||
controlling of agendas, applications and elections of an event.
|
controlling of agendas, applications and elections of an event.
|
||||||
|
|
||||||
See http://www.openslides.org for more information.
|
See http://www.openslides.org for more information.
|
||||||
|
|
||||||
|
|
||||||
Getting started
|
Getting started
|
||||||
===============
|
===============
|
||||||
Simply running openslides.exe will start OpenSlides using djangos
|
Simply running openslides.exe will start OpenSlides using djangos
|
||||||
development server. It will also try to open OpenSlides in your
|
development server. It will also try to open OpenSlides in your
|
||||||
default webbrowser.
|
default webbrowser.
|
||||||
|
|
||||||
The server will listen on the IP address of your current hostname on
|
The server will listen on the IP address of your current hostname on
|
||||||
port 80 (if port 80 is not available port 8000 will be used).
|
port 80 (if port 80 is not available port 8000 will be used).
|
||||||
This means that the server will be available to everyone on your
|
This means that the server will be available to everyone on your
|
||||||
local network (at least for commonly used network configurations).
|
local network (at least for commonly used network configurations).
|
||||||
|
|
||||||
See `Command line options` below if you need to change this.
|
See `Command line options` below if you need to change this.
|
||||||
|
|
||||||
The login for the default admin user after (created on first start),
|
The login for the default admin user after (created on first start),
|
||||||
is as follows:
|
is as follows:
|
||||||
|
|
||||||
Username: admin
|
Username: admin
|
||||||
Password: admin
|
Password: admin
|
||||||
|
|
||||||
|
|
||||||
Command line options
|
Command line options
|
||||||
====================
|
====================
|
||||||
The following command line options are available:
|
The following command line options are available:
|
||||||
|
|
||||||
-a, --address=ADDRESS
|
-a, --address=ADDRESS
|
||||||
Changes the address on which the server will listen for connections
|
Changes the address on which the server will listen for connections
|
||||||
|
|
||||||
-p, --port
|
-p, --port
|
||||||
Changes the port on which the server will listen for connections
|
Changes the port on which the server will listen for connections
|
||||||
|
|
||||||
--syncdb
|
--syncdb
|
||||||
Create/ update the database
|
Create/ update the database
|
||||||
|
|
||||||
--reset-admin
|
--reset-admin
|
||||||
This will reset the password of the user
|
This will reset the password of the user
|
||||||
|
|
||||||
Example 1: Openslides should only be accessible on this computer:
|
Example 1: Openslides should only be accessible on this computer:
|
||||||
openslides.exe -a 127.0.0.1
|
openslides.exe -a 127.0.0.1
|
||||||
|
|
||||||
Example 2: Like above, but also specify the port as 8080
|
Example 2: Like above, but also specify the port as 8080
|
||||||
openslides.exe -a 127.0.0.01 -p 8080
|
openslides.exe -a 127.0.0.01 -p 8080
|
||||||
|
|
||||||
|
|
||||||
Supported operating systems and browsers
|
Supported operating systems and browsers
|
||||||
========================================
|
========================================
|
||||||
Operating Systems:
|
Operating Systems:
|
||||||
Windows XP or newer (32 and 64bit) [use openslides.exe]
|
Windows XP or newer (32 and 64bit) [use openslides.exe]
|
||||||
MacOS X
|
MacOS X
|
||||||
GNU/Linux
|
GNU/Linux
|
||||||
|
|
||||||
Browsers:
|
Browsers:
|
||||||
Firefox 3.6+
|
Firefox 3.6+
|
||||||
IE 7+
|
IE 7+
|
||||||
Chrome
|
Chrome
|
||||||
Safari
|
Safari
|
||||||
|
Loading…
Reference in New Issue
Block a user