Skip to content
forked from vosaocms/vosao

Automatically exported from code.google.com/p/vosao

License

Notifications You must be signed in to change notification settings

Sirtrack/vosao-1

 
 

Repository files navigation

                         --------------------------------
                                    Vosao CMS. 
                         Simple CMS for Google App Engine
                         --------------------------------
           
  Vosao CMS is a simple and easy to use tool for creating sites and hosting them
on Google App Engine. Vosao CMS is developped in Java.
According to Google free quota in most cases you will have free hosting for 
your site. 

1. Prerequisites
=================

	1) You must have a Google App Engine application : see https://cloud.google.com/appengine/

	2) Download and install the GAE SDK for Java : see https://cloud.google.com/appengine/downloads

2. Installing Vosao CMS
==========================

	1) Download the latest Vosao version (vosaocms-x.y.z.war) from Vosao Google Drive.
	   see : 
	   
		   https://drive.google.com/folderview?id=0B5kyNpiXIjiiV0lsa2ZRZHVFRjQ&usp=sharing
	   
	   Vosao Google Group : 
	   
		   https://groups.google.com/forum/#!forum/vosao-cms-development	
		
	2) Unpack vosaocms-x.y.z.war

	3) In the unpacked directory, find the file WEB-INF/appengine-web.xml and change 
       the application name to your appspot application name

	4) Upload the CMS application by issuing the GAE SDK command line:
	   {SDK bin directory}\appcfg.cmd update <unpacked war directory>
	
3. Using Vosao CMS :
======================
	
	1) Go to your GAE application site is on http://<applicationname>.appspot.com
	
	2) The cms to create your site is at 
			http://<applicationname>.appspot.com/cms/ 
														(with end /) 
			
	3) Please authenticate with user/pwd [email protected]/admin
	
	4) For first use, go to "Configuration" and click "Init" or "Load default site" button.
	
	   Default site example : http://monvosao.appspot.com

3. Repository
================

	New Vosao repository is on GitHub !

    https://github.com/vosaocms/vosao
    
    
4. Building 
==============

To start development on Vosao CMS you will need to :

	1) Retrieve 'vosaocms' project from GitHub Repository with Eclipse eGit plugin. 
   	   Create a local repository named 'vosao'

	2) Configure "web/ant.properties" and "web/ant-macros" with your GAE SDK directory.

	3) Install and configure Maven and Ant

	4) Launch 'build.bat'. The 'war' is created in "web/target" directory. 
	   The former datastore in web/target/WEB-INF/appengine-generated is erased


4. Running locally
====================

	1) Launch web/run.bat. If it doesn't exist yet, an empty datastore is created.

	2) Go first to http://localhost:9000 to init default user ([email protected]/admin)
	
	3) Login into http://localhost:9000/cms/
	
	4) Go to "Configuration" Panel and click to "Init" or "Load default Site" button

Have fun,

  Emilio,
  Vosao development team
  
 
   

About

Automatically exported from code.google.com/p/vosao

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 49.6%
  • Java 45.4%
  • HTML 3.7%
  • CSS 1.3%