install.rst 552 B

12345678910111213
  1. Installation
  2. ============
  3. #. Run ``pip install coderedcms``
  4. #. Run ``coderedcms start mysite``
  5. #. Enter the mysite project with ``cd mysite/``.
  6. #. Run ``python manage.py migrate`` to create the core models.
  7. #. Run ``python manage.py createsuperuser`` to create the initial admin user.
  8. #. Run ``python manage.py runserver`` to launch the development server, and go to
  9. http://localhost:8000 in your browser, or http://localhost:8000/admin/ to log in
  10. with your admin account.
  11. You now have CodeRed CMS up and running. Next, :doc:`customize_design`