|
@@ -15,8 +15,6 @@ The secondary goal is making Misago a viable foundation for building and maintai
|
|
|
|
|
|
Finally, while Misago is built using Django, it's not a "Django application" and it won't integrate with existing Django projects. This is the result of a design decision to use custom users/session/auth/permissions functionality instead of native Django applications - however, in the future Misago will provide a web API allowing you to add Misago-powered features to your website and/or application.
|
|
|
|
|
|
-
|
|
|
-<<<<<<< HEAD
|
|
|
Requirements
|
|
|
------------
|
|
|
|
|
@@ -26,9 +24,6 @@ Requirements
|
|
|
* MySQL/Postgres/Oracle Database
|
|
|
* Pillow Imaging Library for Python
|
|
|
|
|
|
-
|
|
|
-=======
|
|
|
->>>>>>> master
|
|
|
Dependencies
|
|
|
------------
|
|
|
|
|
@@ -82,13 +77,8 @@ sudo python manage.py runserver 192.168.33.10:80 # Private network address as pe
|
|
|
|
|
|
Now navigate to [192.168.33.10](http://192.168.33.10) in your browser of choice to find your forums all set up and ready for testing and development. Puppet will have taken care of bootstrapping your Misago installation with a database, some dummy content and an admin user with the following credentials:
|
|
|
|
|
|
-<<<<<<< HEAD
|
|
|
__Username__: Admin
|
|
|
__Email__: admin@example.com
|
|
|
-=======
|
|
|
-__Username__: Admin
|
|
|
-__Email__: admin@example.com
|
|
|
->>>>>>> master
|
|
|
__Password__: password
|
|
|
|
|
|
Be aware that the defualt configuration doesn't contain anything besides the bare-minimum for Misago to run - this meaning that things like an SMTP server will have to added manually if you wish to test Misago's email features.
|
|
@@ -101,18 +91,12 @@ Misago comes with the "deployment" Python module that contains an empty Misago c
|
|
|
|
|
|
After you set low-level configuration of Misago ([`deployment/settings.py`](deployment/settings.py)), fire the following commands on manage.py through the Python executable:
|
|
|
|
|
|
-<<<<<<< HEAD
|
|
|
* `startmisago [--quiet]`
|
|
|
Creates the DB structure for Misago and populates it with default data
|
|
|
* `adduser [--admin] <username> <email> <password>`
|
|
|
Adds a new user to the database.
|
|
|
-=======
|
|
|
-* `startmisago [--quiet]`
|
|
|
- Creates the DB structure for Misago and populates it with default data
|
|
|
-* `adduser [--admin] <username> <email> <password>`
|
|
|
- Adds a new user to the database.
|
|
|
->>>>>>> master
|
|
|
- Make sure to do something like `adduser Admin admin@example.com password --admin` to add an admin user when you first setup your forums.
|
|
|
+
|
|
|
+Make sure to do something like `adduser Admin admin@example.com password --admin` to add an admin user when you first setup your forums.
|
|
|
|
|
|
Misago stands on shoulders of Django and Django documentation covers deployment of apps extensively: https://docs.djangoproject.com/en/dev/howto/deployment/
|
|
|
|
|
@@ -126,12 +110,8 @@ Updating
|
|
|
|
|
|
You can use the `updatemisago` command to update your forums database to latest version _unless_ you are updating from `0.1` which is incompatibile with `0.2` and later releases.
|
|
|
|
|
|
-<<<<<<< HEAD
|
|
|
-=======
|
|
|
Support for migrations from `0.1` has been dropped with `0.3` release.
|
|
|
|
|
|
->>>>>>> master
|
|
|
-
|
|
|
Contributing
|
|
|
------------
|
|
|
|
|
@@ -145,21 +125,16 @@ Authors
|
|
|
|
|
|
**Rafał Pitoń**
|
|
|
|
|
|
-+ http://rpiton.com
|
|
|
-+ http://github.com/ralfp
|
|
|
-+ https://twitter.com/RafalPiton
|
|
|
+http://rpiton.com
|
|
|
+http://github.com/rafalp
|
|
|
+https://twitter.com/RafalPiton
|
|
|
|
|
|
|
|
|
Copyright and license
|
|
|
---------------------
|
|
|
|
|
|
-<<<<<<< HEAD
|
|
|
-> __Misago__ - Copyright © 2013 [Rafał Pitoń](http://github.com/ralfp)
|
|
|
-> This program comes with ABSOLUTELY NO WARRANTY.
|
|
|
-=======
|
|
|
-> __Misago__ - Copyright © 2013 [Rafał Pitoń](http://github.com/ralfp)
|
|
|
-> This program comes with ABSOLUTELY NO WARRANTY.
|
|
|
->>>>>>> master
|
|
|
-> This is free software and you are welcome to redistribute it under the conditions described in the license.
|
|
|
->
|
|
|
-> For the complete license, refer to [LICENSE.md](LICENSE.md)
|
|
|
+__Misago__ - Copyright © 2013 [Rafał Pitoń](http://github.com/ralfp)
|
|
|
+This program comes with ABSOLUTELY NO WARRANTY.
|
|
|
+
|
|
|
+This is free software and you are welcome to redistribute it under the conditions described in the license.
|
|
|
+For the complete license, refer to [LICENSE.md](LICENSE.md)
|