You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-26Lines changed: 1 addition & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,32 +12,7 @@ The partitioning between these modules is not as clean as would be ideal. `payme
12
12
13
13
regluit was originally developed on Django 1.3 (python 2.7) and currently runs on Django 1.8.
14
14
15
-
Development (Vagrant + Virtualbox)
16
-
-------
17
-
18
-
The recommended method for local development is to create a virtual machine with [Vagrant](https://www.vagrantup.com/) and [Virtualbox](https://www.virtualbox.org/wiki/Downloads).
19
-
With this method, the only requirements on the host machine are `virtualbox` and `vagrant`.
20
-
Vagrant will use the `ansible-local` provisioner, therefore installing python and ansible on the host machine is not necessary.
3. Clone the `EbookFoundation/regluit` repository.
26
-
4. Navigate to the base directory of the cloned repo (where `Vagrantfile` is located).
27
-
5. Run `vagrant up` to create the VM, install dependencies, and start necessary services.
28
-
* Note: This step may take up to 15 minutes to complete.
29
-
6. Once the VM has been created, run `vagrant ssh` to log in to the virtual machine you just created. If provisioning was successful, you should see a success message upon login.
30
-
* If virtualenv doesn't activate upon login, you can do it manually by running `cd /opt/regluit && source venv/bin/activate`
31
-
7. Within the VM, run `./manage.py runserver 0.0.0.0:8000` to start the Django development server.
32
-
8. On your host machine, open your web browser of choice and navigate to `http://127.0.0.1:8000`
33
-
34
-
__Instructions for other platforms (Windows/OSX):__
35
-
* Steps are essentially the same, except for the installation of Vagrant and Virtualbox. Refer to each package's documentation for specific installation instructions.
36
-
37
-
_NOTE:_ If running Windows on your host machine, ensure you are running `vagrant up` from an elevated command prompt, e.g. right click on Command Prompt -> Run As Administrator.
38
-
39
-
40
-
Development (Host Machine)
15
+
Develop
41
16
-------
42
17
43
18
Here are some instructions for setting up regluit for development on
0 commit comments