-
Notifications
You must be signed in to change notification settings - Fork 65
Installation
The following is for Debian/Ubuntu-based systems (16.04).
-
Install virtualevwrapper and create a project
-
Install system dependencies. On Debian-based systems:
sudo apt-get install libxml2-dev libxslt1-dev python3-dev zlib1g-dev lib32z1-dev libffi-dev libssl-dev libjpeg-dev libmysqlclient-dev
-
From the project src directory run the following to install python dependencies:
pip install -r requirements.txt
-
Copy the example settings file:
cp core/example_settings.py core/settings.py
-
Update settings.py for your env (database login etc.) and setup your database, must support utf8_mb4.
-
Run the installer
python3 manage.py install_janeway
and follow the on screen instructions.Please answer the following questions.
Press name: Test Press
Press domain: test.press.com
Press main contact (email): [email protected]
Thanks! We will now set up out first journal.
Journal #1 code: tstj
Journal #1 domain: journal.press.com
-
Once the command line installer is complete you can complete the setup process by directing your browser to: http://yourfirstjournal.com/install/
Wiki has moved to read the docs.